Uses of Class
org.robovm.apple.intents.INBalanceType
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INBalanceType in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INBalanceType Modifier and Type Method Description INBalanceTypeINBalanceAmount. getBalanceType()INBalanceTypeINSearchForAccountsIntent. getRequestedBalanceType()static INBalanceTypeINBalanceType. valueOf(long n)Returns the enum constant of this type with the specified name.static INBalanceTypeINBalanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static INBalanceType[]INBalanceType. 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 INBalanceType Modifier and Type Method Description static INBalanceTypeResolutionResultINBalanceTypeResolutionResult. confirmationRequired(INBalanceType balanceTypeToConfirm)protected longINBalanceAmount. init(NSDecimalNumber amount, INBalanceType balanceType)protected longINSearchForAccountsIntent. init(INSpeakableString accountNickname, INAccountType accountType, INSpeakableString organizationName, INBalanceType requestedBalanceType)static INBalanceTypeResolutionResultINBalanceTypeResolutionResult. success(INBalanceType resolvedBalanceType)Constructors in org.robovm.apple.intents with parameters of type INBalanceType Constructor Description INBalanceAmount(NSDecimalNumber amount, INBalanceType balanceType)INSearchForAccountsIntent(INSpeakableString accountNickname, INAccountType accountType, INSpeakableString organizationName, INBalanceType requestedBalanceType)