INSearchForPhotosIntentResponseCode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 的结果 INSearchForPhotosIntent代码。
[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 INSearchForPhotosIntentResponseCode
type INSearchForPhotosIntentResponseCode =
- 继承
-
INSearchForPhotosIntentResponseCode
- 属性
字段
ContinueInApp | 2 | 开发人员应使用此代码向系统指示意向需要在应用内进一步处理。 |
Failure | 3 | 开发人员应使用此代码来指示他们未能处理意向。 |
FailureAppConfigurationRequired | 5 | 开发人员应使用此代码来指示他们未能处理意向,并且必须先在应用中完成进一步的配置,然后意向才能成功。 |
FailureRequiringAppLaunch | 4 | 开发人员应使用此代码来指示他们无法处理意向,并且必须在应用中完成进一步的处理。 |
Ready | 1 | 开发人员应在确认阶段返回此信息,指示扩展处理意向的能力。 |
Unspecified | 0 | 指示未提供显式响应代码。 |