Share via


Permissions.BasePermission Class

Definition

Represents the abstract base class for all permissions.

public: ref class Permissions::BasePermission abstract
public abstract class Permissions.BasePermission
type Permissions.BasePermission = class
Public MustInherit Class Permissions.BasePermission
Inheritance
Permissions.BasePermission
Derived

Constructors

Permissions.BasePermission()

Initializes a new instance of the Permissions.BasePermission class.

Methods

CheckStatusAsync()

Retrieves the current status of this permission.

EnsureDeclared()

Ensures that a required entry matching this permission is found in the application manifest file.

RequestAsync()

Requests this permission from the user for this application.

ShouldShowRationale()

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

Applies to