Uses of Enum Class
it.auties.whatsapp.model.sync.HistorySyncNotification.Type
Packages that use HistorySyncNotification.Type
-
Uses of HistorySyncNotification.Type in it.auties.whatsapp.model.sync
Methods in it.auties.whatsapp.model.sync that return HistorySyncNotification.TypeModifier and TypeMethodDescriptionstatic HistorySyncNotification.TypeReturns the enum constant of this class with the specified name.static HistorySyncNotification.Type[]HistorySyncNotification.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.sync that return types with arguments of type HistorySyncNotification.TypeModifier and TypeMethodDescriptionstatic Optional<HistorySyncNotification.Type> HistorySyncNotificationTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.sync with parameters of type HistorySyncNotification.TypeModifier and TypeMethodDescriptionstatic IntegerHistorySyncNotificationTypeSpec.encode(HistorySyncNotification.Type protoInputObject)