Share via


Permissions.BasePermission Class

Definition

Base permission, used internally.

public abstract class Permissions.BasePermission
Inheritance
System.Object
Permissions.BasePermission
Derived

Constructors

Permissions.BasePermission()

public constructor for the base permission.

Methods

CheckStatusAsync()

Checks the status of a specific permission.

EnsureDeclared()

Ensures that all permissions are decalred.

RequestAsync()

Request a specific permission from the user.

ShouldShowRationale()

Gets whether you should show UI with rationale for requesting a permission.

Applies to