Uses of Class
org.robovm.apple.passkit.PKPaymentSummaryItemType
| Package | Description |
|---|---|
| org.robovm.apple.passkit |
-
Uses of PKPaymentSummaryItemType in org.robovm.apple.passkit
Methods in org.robovm.apple.passkit that return PKPaymentSummaryItemType Modifier and Type Method Description PKPaymentSummaryItemTypePKPaymentSummaryItem. getType()static PKPaymentSummaryItemTypePKPaymentSummaryItemType. valueOf(long n)Returns the enum constant of this type with the specified name.static PKPaymentSummaryItemTypePKPaymentSummaryItemType. valueOf(String name)Returns the enum constant of this type with the specified name.static PKPaymentSummaryItemType[]PKPaymentSummaryItemType. 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 PKPaymentSummaryItemType Modifier and Type Method Description protected static longPKPaymentSummaryItem. create(String label, NSDecimalNumber amount, PKPaymentSummaryItemType type)voidPKPaymentSummaryItem. setType(PKPaymentSummaryItemType v)Constructors in org.robovm.apple.passkit with parameters of type PKPaymentSummaryItemType Constructor Description PKPaymentSummaryItem(String label, NSDecimalNumber amount, PKPaymentSummaryItemType type)