Uses of Class
org.robovm.apple.intents.INPaymentMethodType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPaymentMethodType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INPaymentMethodType Modifier and Type Method Description INPaymentMethodTypeINPaymentMethod. getType()static INPaymentMethodTypeINPaymentMethodType. valueOf(long n)Returns the enum constant of this type with the specified name.static INPaymentMethodTypeINPaymentMethodType. valueOf(String name)Returns the enum constant of this type with the specified name.static INPaymentMethodType[]INPaymentMethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.intents with parameters of type INPaymentMethodType Modifier and Type Method Description protected longINPaymentMethod. init(INPaymentMethodType type, String name, String identificationHint, INImage icon)Constructors in org.robovm.apple.intents with parameters of type INPaymentMethodType Constructor Description INPaymentMethod(INPaymentMethodType type, String name, String identificationHint, INImage icon)