Permissions.BasePlatformPermission 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 platform permission, used internally.
public abstract class Permissions.BasePlatformPermission : Xamarin.Essentials.Permissions.BasePermission
- Inheritance
- Derived
Constructors
Permissions.BasePlatformPermission() |
Public constructor for base platform permission. |
Properties
RecommendedInfoPlistKeys | |
RequiredDeclarations |
Get a list of required declarations. |
RequiredInfoPlistKeys |
Get a list of required keys in the info.plist. |
RequiredPermissions |
Get a list of required permissions. |
Methods
CheckStatusAsync() |
Checks the status of a specific permission. |
EnsureDeclared() |
Ensures that all permissions are declared. |
RequestAsync() |
Request a specific permission from the user. |
ShouldShowRationale() |
Gets whether you should show UI with rationale for requesting a permission. |