AVAudioSessionRecordPermission Enum

Definition

Enumerates valid permissions for AVAudioSession.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVAudioSessionRecordPermission
type AVAudioSessionRecordPermission = 
Inheritance
AVAudioSessionRecordPermission
Attributes

Fields

Denied 1684369017

The user denied permission.

Granted 1735552628

The user granted permission.

Undetermined 1970168948

The user has neither nor denied permission, generally because they have not yet interacted with the permissions dialog.

Applies to