Uses of Class
org.robovm.apple.intents.INAmountType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INAmountType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INAmountType Modifier and Type Method Description INAmountTypeINPaymentAmount. getAmountType()static INAmountTypeINAmountType. valueOf(long n)Returns the enum constant of this type with the specified name.static INAmountTypeINAmountType. valueOf(String name)Returns the enum constant of this type with the specified name.static INAmountType[]INAmountType. 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 INAmountType Modifier and Type Method Description protected longINPaymentAmount. init(INAmountType amountType, INCurrencyAmount amount)Constructors in org.robovm.apple.intents with parameters of type INAmountType Constructor Description INPaymentAmount(INAmountType amountType, INCurrencyAmount amount)