-
Methods in org.robovm.apple.intents with parameters of type INAccountType
| Modifier and Type |
Method |
Description |
static INAccountTypeResolutionResult |
INAccountTypeResolutionResult.confirmationRequired(INAccountType accountTypeToConfirm) |
|
static INAccountTypeResolutionResult |
INAccountTypeResolutionResult.confirmationRequiredForValue(INAccountType valueToConfirm) |
Deprecated.
|
protected long |
INPaymentAccount.init(INSpeakableString nickname,
String number,
INAccountType accountType,
INSpeakableString organizationName) |
Deprecated.
|
protected long |
INPaymentAccount.init(INSpeakableString nickname,
String number,
INAccountType accountType,
INSpeakableString organizationName,
INBalanceAmount balance,
INBalanceAmount secondaryBalance) |
|
protected long |
INSearchForAccountsIntent.init(INSpeakableString accountNickname,
INAccountType accountType,
INSpeakableString organizationName,
INBalanceType requestedBalanceType) |
|
static INAccountTypeResolutionResult |
INAccountTypeResolutionResult.success(INAccountType resolvedAccountType) |
|
static INAccountTypeResolutionResult |
INAccountTypeResolutionResult.successValue(INAccountType resolvedValue) |
Deprecated.
|
Constructors in org.robovm.apple.intents with parameters of type INAccountType
| Constructor |
Description |
INPaymentAccount(INSpeakableString nickname,
String number,
INAccountType accountType,
INSpeakableString organizationName) |
Deprecated.
|
INPaymentAccount(INSpeakableString nickname,
String number,
INAccountType accountType,
INSpeakableString organizationName,
INBalanceAmount balance,
INBalanceAmount secondaryBalance) |
|
INSearchForAccountsIntent(INSpeakableString accountNickname,
INAccountType accountType,
INSpeakableString organizationName,
INBalanceType requestedBalanceType) |
|