Uses of Enum Class
it.auties.whatsapp.model.signal.auth.UserAgent.DeviceType
Packages that use UserAgent.DeviceType
-
Uses of UserAgent.DeviceType in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as UserAgent.DeviceTypeModifier and TypeFieldDescriptionprivate final UserAgent.DeviceTypeUserAgent.deviceTypeThe field for thedeviceTyperecord component.private UserAgent.DeviceTypeUserAgentBuilder.deviceTypeMethods in it.auties.whatsapp.model.signal.auth that return UserAgent.DeviceTypeModifier and TypeMethodDescriptionUserAgent.deviceType()Returns the value of thedeviceTyperecord component.static UserAgent.DeviceTypeReturns the enum constant of this class with the specified name.static UserAgent.DeviceType[]UserAgent.DeviceType.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 UserAgent.DeviceTypeModifier and TypeMethodDescriptionstatic Optional<UserAgent.DeviceType> UserAgentDeviceTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.DeviceTypeModifier and TypeMethodDescriptionUserAgentBuilder.deviceType(UserAgent.DeviceType deviceType) static IntegerUserAgentDeviceTypeSpec.encode(UserAgent.DeviceType protoInputObject) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.DeviceTypeModifierConstructorDescriptionUserAgent(UserAgent.PlatformType platform, Version appVersion, String mcc, String mnc, String osVersion, String manufacturer, String device, String osBuildNumber, String phoneId, UserAgent.ReleaseChannel releaseChannel, String localeLanguageIso6391, String localeCountryIso31661Alpha2, String deviceBoard, UserAgent.DeviceType deviceType) Creates an instance of aUserAgentrecord class.