다음을 통해 공유


INSearchForPhotosIntentResponseCode 열거형

정의

에 대한 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

명시적 응답 코드가 제공되지 않음을 나타냅니다.

적용 대상