Uses of Enum Class
it.auties.whatsapp.model.signal.auth.WebInfo.Platform
Packages that use WebInfo.Platform
-
Uses of WebInfo.Platform in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as WebInfo.PlatformModifier and TypeFieldDescriptionprivate final WebInfo.PlatformWebInfo.webSubPlatformThe field for thewebSubPlatformrecord component.private WebInfo.PlatformWebInfoBuilder.webSubPlatformMethods in it.auties.whatsapp.model.signal.auth that return WebInfo.PlatformModifier and TypeMethodDescriptionstatic WebInfo.PlatformReturns the enum constant of this class with the specified name.static WebInfo.Platform[]WebInfo.Platform.values()Returns an array containing the constants of this enum class, in the order they are declared.WebInfo.webSubPlatform()Returns the value of thewebSubPlatformrecord component.Methods in it.auties.whatsapp.model.signal.auth that return types with arguments of type WebInfo.PlatformModifier and TypeMethodDescriptionstatic Optional<WebInfo.Platform> WebInfoPlatformSpec.decode(int index) Methods in it.auties.whatsapp.model.signal.auth with parameters of type WebInfo.PlatformModifier and TypeMethodDescriptionstatic IntegerWebInfoPlatformSpec.encode(WebInfo.Platform protoInputObject) WebInfoBuilder.webSubPlatform(WebInfo.Platform webSubPlatform) Constructors in it.auties.whatsapp.model.signal.auth with parameters of type WebInfo.PlatformModifierConstructorDescriptionWebInfo(String refToken, String version, WebPayload webPayload, WebInfo.Platform webSubPlatform) Creates an instance of aWebInforecord class.