Skip to main content
Version: 20 Mar 2024

Permission

NameSpace: MagicLeap

Public Fields

Description


public string Description { get; set; }


Enabled


public bool Enabled { get; set; }


Level


public ProtectionLevel Level { get; set; }


MinimumApiLevel


public int MinimumApiLevel { get; set; }


Name


public string Name { get; set; }


Public Attributes

LevelDescriptions


public static readonly Dictionary< ProtectionLevel, string > LevelDescriptions = new Dictionary<ProtectionLevel, string>()
{
{ ProtectionLevel.Normal, "Normal permissions will be autmatically granted at install time if included in AndroidManifest.xml." },
{ ProtectionLevel.Dangerous, "Dangerous permissions will require an additional runtime request from the app, and the user will have the option to deny the permission." }
};


Public Enums

ProtectionLevel

EnumeratorValueDescription
Normal
Dangerous