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