Uses of Class
org.robovm.apple.intents.INCurrencyAmountResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INCurrencyAmountResolutionResult in org.robovm.apple.intents
Subclasses of INCurrencyAmountResolutionResult in org.robovm.apple.intents Modifier and Type Class Description classINRequestPaymentCurrencyAmountResolutionResultclassINSendPaymentCurrencyAmountResolutionResultMethods in org.robovm.apple.intents that return INCurrencyAmountResolutionResult Modifier and Type Method Description static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. confirmationRequired(INCurrencyAmount currencyAmountToConfirm)static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. disambiguation(NSArray<INCurrencyAmount> currencyAmountsToDisambiguate)static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. needsValue()static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. notRequired()static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. success(INCurrencyAmount resolvedCurrencyAmount)static INCurrencyAmountResolutionResultINCurrencyAmountResolutionResult. unsupported()Methods in org.robovm.apple.intents with parameters of type INCurrencyAmountResolutionResult Modifier and Type Method Description protected longINRequestPaymentCurrencyAmountResolutionResult. init(INCurrencyAmountResolutionResult currencyAmountResolutionResult)protected longINSendPaymentCurrencyAmountResolutionResult. init(INCurrencyAmountResolutionResult currencyAmountResolutionResult)Method parameters in org.robovm.apple.intents with type arguments of type INCurrencyAmountResolutionResult Modifier and Type Method Description voidINPaymentsDomainHandlingAdapter. resolveCurrencyAmountForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidINRequestPaymentIntentHandling. resolveCurrencyAmountForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidINRequestPaymentIntentHandlingAdapter. resolveCurrencyAmountForRequestPayment(INRequestPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidINSendPaymentIntentHandling. resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidINSendPaymentIntentHandlingAdapter. resolveCurrencyAmountForSendPayment(INSendPaymentIntent intent, VoidBlock1<INCurrencyAmountResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.intents with parameters of type INCurrencyAmountResolutionResult Constructor Description INRequestPaymentCurrencyAmountResolutionResult(INCurrencyAmountResolutionResult currencyAmountResolutionResult)INSendPaymentCurrencyAmountResolutionResult(INCurrencyAmountResolutionResult currencyAmountResolutionResult)