IPermissions Interface

Definition

Provides an abstraction for checking and requesting runtime permissions.

public interface class IPermissions
public interface IPermissions
type IPermissions = interface
Public Interface IPermissions

Methods

Name Description
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