Package apple.uikit.enums
Class UIAlertViewStyle
- java.lang.Object
-
- apple.uikit.enums.UIAlertViewStyle
-
public final class UIAlertViewStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultstatic longLoginAndPasswordInputstatic longPlainTextInputstatic longSecureTextInput
-
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
SecureTextInput
public static final long SecureTextInput
- See Also:
- Constant Field Values
-
PlainTextInput
public static final long PlainTextInput
- See Also:
- Constant Field Values
-
LoginAndPasswordInput
public static final long LoginAndPasswordInput
- See Also:
- Constant Field Values
-
-