Uses of Class
it.auties.whatsapp.model.sync.HistorySyncNotification
Packages that use HistorySyncNotification
-
Uses of HistorySyncNotification in it.auties.whatsapp.model.message.server
Fields in it.auties.whatsapp.model.message.server with type parameters of type HistorySyncNotificationModifier and TypeFieldDescriptionprivate final Optional<HistorySyncNotification> ProtocolMessage.historySyncNotificationThe field for thehistorySyncNotificationrecord component.private Optional<HistorySyncNotification> ProtocolMessageBuilder.historySyncNotificationMethods in it.auties.whatsapp.model.message.server that return types with arguments of type HistorySyncNotificationModifier and TypeMethodDescriptionProtocolMessage.historySyncNotification()Returns the value of thehistorySyncNotificationrecord component.Methods in it.auties.whatsapp.model.message.server with parameters of type HistorySyncNotificationModifier and TypeMethodDescriptionProtocolMessageBuilder.historySyncNotification(HistorySyncNotification historySyncNotification) Method parameters in it.auties.whatsapp.model.message.server with type arguments of type HistorySyncNotificationModifier and TypeMethodDescriptionProtocolMessageBuilder.historySyncNotification(Optional<HistorySyncNotification> historySyncNotification) -
Uses of HistorySyncNotification in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return HistorySyncNotificationModifier and TypeMethodDescriptionHistorySyncNotificationBuilder.build()static HistorySyncNotificationHistorySyncNotificationSpec.decode(byte[] input) HistorySyncNotification.setMediaDirectPath(String mediaDirectPath) HistorySyncNotification.setMediaEncryptedSha256(byte[] bytes) HistorySyncNotification.setMediaKey(byte[] bytes) HistorySyncNotification.setMediaKeyTimestamp(Long timestamp) HistorySyncNotification.setMediaSha256(byte[] bytes) HistorySyncNotification.setMediaSize(long mediaSize) HistorySyncNotification.setMediaUrl(String mediaUrl) Methods in it.auties.whatsapp.model.sync with parameters of type HistorySyncNotificationModifier and TypeMethodDescriptionstatic byte[]HistorySyncNotificationSpec.encode(HistorySyncNotification protoInputObject)