INSendPaymentIntentHandling_Extensions.ResolvePayee 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
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>) |
Developers may override this method to customize the resolution of the payee. |
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>) |
Developers may implement this method to customize resolution of the payee. |
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INPersonResolutionResult>)
Developers may override this method to customize the resolution of the payee.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolvePayee (INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ResolvePayee (INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)' instead.")]
public static void ResolvePayee (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INPersonResolutionResult> completion);
static member ResolvePayee : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INPersonResolutionResult> -> unit
Parameters
The instance on which this method operates.
- intent
- INSendPaymentIntent
Specifies the user's intention.
- completion
- Action<INPersonResolutionResult>
Completion method that must be called by the override.
- Attributes
Applies to
ResolvePayee(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentPayeeResolutionResult>)
Developers may implement this method to customize resolution of the payee.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ResolvePayee (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INSendPaymentPayeeResolutionResult> completion);
static member ResolvePayee : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INSendPaymentPayeeResolutionResult> -> unit
Parameters
The instance on which this method operates.
- intent
- INSendPaymentIntent
Specifies the user's intention.
- completion
- Action<INSendPaymentPayeeResolutionResult>
Completion method that must be called by the override.
- Attributes