Uses of Record Class
it.auties.whatsapp.model.sync.AppStateSyncKey
Packages that use AppStateSyncKey
Package
Description
-
Uses of AppStateSyncKey in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return AppStateSyncKeyModifier and TypeMethodDescriptionprivate AppStateSyncKeyWhatsapp.createAppKey(Jid jid, int index) -
Uses of AppStateSyncKey in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type AppStateSyncKeyModifier and TypeFieldDescriptionprivate final Map<Jid, LinkedList<AppStateSyncKey>> Keys.appStateKeysApp state keysMethods in it.auties.whatsapp.controller that return AppStateSyncKeyMethods in it.auties.whatsapp.controller that return types with arguments of type AppStateSyncKeyModifier and TypeMethodDescriptionKeys.appStateKeys()Keys.findAppKeyById(Jid jid, byte[] id) Queries the app state key that matchesidKeys.getAppKeys(Jid jid) Get any available app keyMethod parameters in it.auties.whatsapp.controller with type arguments of type AppStateSyncKeyModifier and TypeMethodDescriptionKeys.addAppKeys(Jid jid, Collection<AppStateSyncKey> keys) Adds the provided keys to the app state keys -
Uses of AppStateSyncKey in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type AppStateSyncKeyModifier and TypeFieldDescriptionprivate final List<AppStateSyncKey> AppStateSyncKeyShare.keysThe field for thekeysrecord component.private List<AppStateSyncKey> AppStateSyncKeyShareBuilder.keysMethods in it.auties.whatsapp.model.sync that return AppStateSyncKeyModifier and TypeMethodDescriptionAppStateSyncKeyBuilder.build()static AppStateSyncKeyAppStateSyncKeySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync that return types with arguments of type AppStateSyncKeyModifier and TypeMethodDescriptionAppStateSyncKeyShare.keys()Returns the value of thekeysrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type AppStateSyncKeyModifier and TypeMethodDescriptionstatic byte[]AppStateSyncKeySpec.encode(AppStateSyncKey protoInputObject) Method parameters in it.auties.whatsapp.model.sync with type arguments of type AppStateSyncKeyConstructor parameters in it.auties.whatsapp.model.sync with type arguments of type AppStateSyncKeyModifierConstructorDescriptionCreates an instance of aAppStateSyncKeySharerecord class.