INListRideOptionsIntentResponseCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 的结果 INListRideOptionsIntent代码。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INListRideOptionsIntentResponseCode
type INListRideOptionsIntentResponseCode =
- 继承
-
INListRideOptionsIntentResponseCode
- 属性
字段
Failure | 4 | 开发人员应使用此代码来指示他们未能处理意向。 |
FailurePreviousRideNeedsFeedback | 10 | 开发人员应使用此代码来指示失败,因为有关上一次行程的反馈尚未完成。 |
FailureRequiringAppLaunch | 5 | 开发人员应使用此代码来指示他们无法处理意向,并且必须在应用中完成进一步的处理。 |
FailureRequiringAppLaunchMustVerifyCredentials | 6 | 开发人员应使用此代码来指示配套应用必须验证用户的缩进。 |
FailureRequiringAppLaunchNoServiceInArea | 7 | 开发人员应使用此代码来指示失败,因为请求的区域中不提供拼车服务。 |
FailureRequiringAppLaunchPreviousRideNeedsCompletion | 9 | 开发人员应使用此代码来指示失败,因为之前的行程尚未完成。 |
FailureRequiringAppLaunchServiceTemporarilyUnavailable | 8 | 开发人员应使用此代码来指示所需的服务暂时不可用,并且继续需要配套应用。 |
InProgress | 2 | 开发人员不应使用此已弃用的字段。 |
Ready | 1 | 开发人员应在确认阶段返回此代码,指示扩展处理意向的能力。 |
Success | 3 | 开发人员应使用此响应代码来指示扩展已成功处理意向。 |
Unspecified | 0 | 指示未提供显式响应代码。 |