AVContentAuthorizationStatus Enum

Definition

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVContentAuthorizationStatus
type AVContentAuthorizationStatus = 
Inheritance
AVContentAuthorizationStatus
Attributes

Fields

Name Value Description
Unknown 0
Completed 1
Cancelled 2
TimedOut 3
Busy 4
NotAvailable 5
NotPossible 6

Applies to