Uses of Class
org.robovm.apple.authservices.ASAuthorizationAppleIDButtonStyle
| Package | Description |
|---|---|
| org.robovm.apple.authservices |
-
Uses of ASAuthorizationAppleIDButtonStyle in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return ASAuthorizationAppleIDButtonStyle Modifier and Type Method Description static ASAuthorizationAppleIDButtonStyleASAuthorizationAppleIDButtonStyle. valueOf(long n)Returns the enum constant of this type with the specified name.static ASAuthorizationAppleIDButtonStyleASAuthorizationAppleIDButtonStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ASAuthorizationAppleIDButtonStyle[]ASAuthorizationAppleIDButtonStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.authservices with parameters of type ASAuthorizationAppleIDButtonStyle Modifier and Type Method Description protected longASAuthorizationAppleIDButton. init(ASAuthorizationAppleIDButtonType type, ASAuthorizationAppleIDButtonStyle style)Constructors in org.robovm.apple.authservices with parameters of type ASAuthorizationAppleIDButtonStyle Constructor Description ASAuthorizationAppleIDButton(ASAuthorizationAppleIDButtonType type, ASAuthorizationAppleIDButtonStyle style)