Uses of Enum Class
it.auties.whatsapp.model.signal.auth.UserAgent.PlatformType
Packages that use UserAgent.PlatformType
Package
Description
-
Uses of UserAgent.PlatformType in it.auties.whatsapp.model.companion
Fields in it.auties.whatsapp.model.companion declared as UserAgent.PlatformTypeModifier and TypeFieldDescriptionprivate final UserAgent.PlatformTypeCompanionDevice.platformThe field for theplatformrecord component.Methods in it.auties.whatsapp.model.companion that return UserAgent.PlatformTypeModifier and TypeMethodDescriptionCompanionDevice.platform()Returns the value of theplatformrecord component.Constructors in it.auties.whatsapp.model.companion with parameters of type UserAgent.PlatformTypeModifierConstructorDescriptionCompanionDevice(String model, String manufacturer, UserAgent.PlatformType platform, String version) Creates an instance of aCompanionDevicerecord class. -
Uses of UserAgent.PlatformType in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as UserAgent.PlatformTypeModifier and TypeFieldDescriptionprivate final UserAgent.PlatformTypeUserAgent.platformThe field for theplatformrecord component.private UserAgent.PlatformTypeUserAgentBuilder.platformMethods in it.auties.whatsapp.model.signal.auth that return UserAgent.PlatformTypeModifier and TypeMethodDescriptionUserAgent.platform()Returns the value of theplatformrecord component.static UserAgent.PlatformTypeReturns the enum constant of this class with the specified name.static UserAgent.PlatformType[]UserAgent.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 UserAgent.PlatformTypeModifier and TypeMethodDescriptionstatic Optional<UserAgent.PlatformType> UserAgentPlatformTypeSpec.decode(int index) Methods in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.PlatformTypeModifier and TypeMethodDescriptionstatic IntegerUserAgentPlatformTypeSpec.encode(UserAgent.PlatformType protoInputObject) UserAgentBuilder.platform(UserAgent.PlatformType platform) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type UserAgent.PlatformTypeModifierConstructorDescriptionUserAgent(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) Creates an instance of aUserAgentrecord class. -
Uses of UserAgent.PlatformType in it.auties.whatsapp.registration
Methods in it.auties.whatsapp.registration with parameters of type UserAgent.PlatformTypeModifier and TypeMethodDescriptionprivate static CompletableFuture<String> TokenProvider.getIosToken(long phoneNumber, UserAgent.PlatformType platform, boolean useJarCache) private static CompletableFuture<String> TokenProvider.getKaiOsToken(long phoneNumber, UserAgent.PlatformType platform, boolean useJarCache) static CompletableFuture<String> TokenProvider.getToken(long phoneNumber, UserAgent.PlatformType platform, boolean useJarCache) static CompletableFuture<Version> TokenProvider.getVersion(UserAgent.PlatformType platform) private static CompletableFuture<Version> TokenProvider.getVersion(UserAgent.PlatformType platform, boolean useJarCache)