Permissions.BasePermission Class
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.
Base permission, used internally.
public abstract class Permissions.BasePermission
- Inheritance
-
System.ObjectPermissions.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. |