Uses of Class
org.robovm.apple.passkit.PKPaymentButtonType
| Package | Description |
|---|---|
| org.robovm.apple.passkit |
-
Uses of PKPaymentButtonType in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return PKPaymentButtonType Modifier and Type Method Description static PKPaymentButtonTypePKPaymentButtonType. valueOf(long n)Returns the enum constant of this type with the specified name.static PKPaymentButtonTypePKPaymentButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static PKPaymentButtonType[]PKPaymentButtonType. 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 PKPaymentButtonType Modifier and Type Method Description protected longPKPaymentButton. init(PKPaymentButtonType type, PKPaymentButtonStyle style)Constructors in org.robovm.apple.passkit with parameters of type PKPaymentButtonType Constructor Description PKPaymentButton(PKPaymentButtonType type, PKPaymentButtonStyle style)