Uses of Enum Class
it.auties.whatsapp.model.signal.auth.CompanionProperties.PlatformType
Packages that use CompanionProperties.PlatformType
-
Uses of CompanionProperties.PlatformType in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as CompanionProperties.PlatformTypeModifier and TypeFieldDescriptionprivate final CompanionProperties.PlatformTypeCompanionProperties.platformTypeThe field for theplatformTyperecord component.private CompanionProperties.PlatformTypeCompanionPropertiesBuilder.platformTypeMethods in it.auties.whatsapp.model.signal.auth that return CompanionProperties.PlatformTypeModifier and TypeMethodDescriptionCompanionProperties.platformType()Returns the value of theplatformTyperecord component.Returns the enum constant of this class with the specified name.static CompanionProperties.PlatformType[]CompanionProperties.PlatformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.signal.auth that return types with arguments of type CompanionProperties.PlatformTypeMethods in it.auties.whatsapp.model.signal.auth with parameters of type CompanionProperties.PlatformTypeModifier and TypeMethodDescriptionstatic IntegerCompanionPropertiesPlatformTypeSpec.encode(CompanionProperties.PlatformType protoInputObject) CompanionPropertiesBuilder.platformType(CompanionProperties.PlatformType platformType) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type CompanionProperties.PlatformTypeModifierConstructorDescriptionCompanionProperties(String os, Version version, CompanionProperties.PlatformType platformType, boolean requireFullSync, HistorySyncConfig historySyncConfig) Creates an instance of aCompanionPropertiesrecord class.