IPermissions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |