INTransferMoneyIntentResponseCode 枚举

定义

枚举 的结果 INTransferMoneyIntent代码。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INTransferMoneyIntentResponseCode
type INTransferMoneyIntentResponseCode = 
继承
INTransferMoneyIntentResponseCode
属性

字段

Failure 4

开发人员应使用此代码来指示他们未能处理意向。

FailureCredentialsUnverified 6

开发人员应使用此代码来指示验证凭据时失败。

FailureInsufficientFunds 7

开发人员应使用此代码来指示由于资金不足而无法进行转移。

FailureRequiringAppLaunch 5

开发人员应使用此代码来指示他们无法处理意向,并且必须在应用中完成进一步的处理。

InProgress 2

开发人员应使用此代码来指示他们尚未完成处理。

Ready 1

开发人员应在确认阶段返回此信息,指示扩展处理意向的能力。

Success 3

开发人员应使用此响应代码来指示扩展已成功处理意向。

Unspecified 0

指示未提供显式响应代码。

适用于