Show / Hide Table of Contents

Enum AN_PackageManager.PermissionState

Enum depicting all possible states a permission can be in.

Namespace: SA.Android.Content.Pm
Assembly: cs.temp.dll.dll
Syntax
public enum PermissionState

Fields

Name Description
Denied

Permission check result: this is returned by if the permission has not been granted to the given package.

Granted

Permission check result: this is returned by if the permission has been granted to the given package.

In This Article
Back to top Generated by DocFX