Uses of Record Class
it.auties.whatsapp.model.sync.AppStateSyncKeyShare
Packages that use AppStateSyncKeyShare
-
Uses of AppStateSyncKeyShare in it.auties.whatsapp.model.message.server
Fields in it.auties.whatsapp.model.message.server with type parameters of type AppStateSyncKeyShareModifier and TypeFieldDescriptionprivate final Optional<AppStateSyncKeyShare> ProtocolMessage.appStateSyncKeyShareThe field for theappStateSyncKeySharerecord component.private Optional<AppStateSyncKeyShare> ProtocolMessageBuilder.appStateSyncKeyShareMethods in it.auties.whatsapp.model.message.server that return types with arguments of type AppStateSyncKeyShareModifier and TypeMethodDescriptionProtocolMessage.appStateSyncKeyShare()Returns the value of theappStateSyncKeySharerecord component.Methods in it.auties.whatsapp.model.message.server with parameters of type AppStateSyncKeyShareModifier and TypeMethodDescriptionProtocolMessageBuilder.appStateSyncKeyShare(AppStateSyncKeyShare appStateSyncKeyShare) Method parameters in it.auties.whatsapp.model.message.server with type arguments of type AppStateSyncKeyShareModifier and TypeMethodDescriptionProtocolMessageBuilder.appStateSyncKeyShare(Optional<AppStateSyncKeyShare> appStateSyncKeyShare) -
Uses of AppStateSyncKeyShare in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return AppStateSyncKeyShareModifier and TypeMethodDescriptionAppStateSyncKeyShareBuilder.build()static AppStateSyncKeyShareAppStateSyncKeyShareSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync with parameters of type AppStateSyncKeyShareModifier and TypeMethodDescriptionstatic byte[]AppStateSyncKeyShareSpec.encode(AppStateSyncKeyShare protoInputObject)