Permissions.BasePlatformPermission Class

Definition

Base platform permission, used internally.

public abstract class Permissions.BasePlatformPermission : Xamarin.Essentials.Permissions.BasePermission
Inheritance
Permissions.BasePlatformPermission
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.

Applies to