Package apple.passkit.enums
Class PKPaymentButtonStyle
- java.lang.Object
-
- apple.passkit.enums.PKPaymentButtonStyle
-
public final class PKPaymentButtonStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticAutomatically switches appearance based on the user interface stylestatic longBlackstatic longWhitestatic longWhiteOutline
-
-
-
Field Detail
-
White
public static final long White
- See Also:
- Constant Field Values
-
WhiteOutline
public static final long WhiteOutline
- See Also:
- Constant Field Values
-
Black
public static final long Black
- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
Automatically switches appearance based on the user interface style- See Also:
- Constant Field Values
-
-