Permissions Class

Definition

The Permissions API provides the ability to check and request runtime permissions.

public ref class Permissions abstract sealed
public static class Permissions
type Permissions = class
Public Class Permissions
Inheritance
Permissions

Methods

CheckStatusAsync<TPermission>()

Retrieves the current status of the permission.

RequestAsync<TPermission>()

Requests the permission from the user for this application.

ShouldShowRationale<TPermission>()

Determines if an educational UI should be displayed explaining to the user how the permission will be used in the application.

Applies to