Share via


INSearchForAccountsIntentHandling_Extensions.ResolveRequestedBalanceType 方法

定义

开发人员可以实现此方法来自定义所请求余额类型的解析。

public static void ResolveRequestedBalanceType (this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INBalanceTypeResolutionResult> completion);
static member ResolveRequestedBalanceType : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INBalanceTypeResolutionResult> -> unit

参数

This
IINSearchForAccountsIntentHandling

此方法在其上运行的实例。

intent
INSearchForAccountsIntent

指定用户的意图。

completion
Action<INBalanceTypeResolutionResult>

必须由替代调用的完成方法。

适用于