INCurrencyAmountResolutionResult.GetConfirmationRequired Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetConfirmationRequired(INCurrencyAmount) | |
| GetConfirmationRequired(NSObject, IntPtr) |
GetConfirmationRequired(INCurrencyAmount)
[Foundation.Export("confirmationRequiredWithCurrencyAmountToConfirm:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INCurrencyAmountResolutionResult GetConfirmationRequired(Intents.INCurrencyAmount? currencyAmountToConfirm);
[<Foundation.Export("confirmationRequiredWithCurrencyAmountToConfirm:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetConfirmationRequired : Intents.INCurrencyAmount -> Intents.INCurrencyAmountResolutionResult
Parameters
- currencyAmountToConfirm
- INCurrencyAmount
Returns
- Attributes
Applies to
GetConfirmationRequired(NSObject, IntPtr)
[Foundation.Export("confirmationRequiredWithItemToConfirm:forReason:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INCurrencyAmountResolutionResult GetConfirmationRequired(Foundation.NSObject itemToConfirm, IntPtr reason);
[<Foundation.Export("confirmationRequiredWithItemToConfirm:forReason:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetConfirmationRequired : Foundation.NSObject * nativeint -> Intents.INCurrencyAmountResolutionResult
Parameters
- itemToConfirm
- NSObject
- reason
-
IntPtr
nativeint
Returns
- Attributes