INSendRideFeedbackIntentResponseCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 的结果 INSendRideFeedbackIntent代码。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INSendRideFeedbackIntentResponseCode
type INSendRideFeedbackIntentResponseCode =
- 继承
-
INSendRideFeedbackIntentResponseCode
- 属性
字段
Failure | 3 | 开发人员应使用此代码来指示他们未能处理意向。 |
Ready | 1 | 开发人员应在确认阶段返回此代码,指示扩展处理意向的能力。 |
Success | 2 | 开发人员应使用此响应代码来指示扩展已成功处理意向。 |
Unspecified | 0 | 指示未提供显式响应代码。 |