Läs på engelska Redigera

Dela via


INStartPhotoPlaybackIntentResponseCode Enum

Definition

Enumerates results codes for the INStartPhotoPlaybackIntent.

C#
[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 INStartPhotoPlaybackIntentResponseCode
Inheritance
INStartPhotoPlaybackIntentResponseCode
Attributes

Fields

Name Value Description
Unspecified 0

Indicates that no explicit response code was provided.

Ready 1

Developers should return this during the confirmation phase, indicating the extension's ability to handle the intent.

ContinueInApp 2

Developers should use this code to indicate to the system that the intent needs further processing inside the app.

Failure 3

Developers should use this code to indicate that they failed to process the intent.

FailureRequiringAppLaunch 4

Developers should use this code to indicate that they failed to process the intent and further processing must be done in the app.

FailureAppConfigurationRequired 5

Developers should use this code to indicate that they failed to process the intent and further configuration must be done in the app before the intent can succeed.

Applies to

Produkt Versioner
Xamarin iOS SDK 12