Permissions.BasePlatformPermission Class

Definition

Represents the platform-specific abstract base class for all permissions on this platform.

public: ref class Permissions::BasePlatformPermission abstract : Microsoft::Maui::ApplicationModel::Permissions::BasePermission
public abstract class Permissions.BasePlatformPermission : Microsoft.Maui.ApplicationModel.Permissions.BasePermission
type Permissions.BasePlatformPermission = class
    inherit Permissions.BasePermission
Public MustInherit Class Permissions.BasePlatformPermission
Inherits Permissions.BasePermission
Inheritance
Permissions.BasePlatformPermission
Derived

Constructors

Permissions.BasePlatformPermission()

Initializes a new instance of the Permissions.BasePlatformPermission class.

Methods

CheckStatusAsync()

Retrieves the current status of this permission.

EnsureDeclared()

Ensures that a required entry matching this permission is found in the application manifest file.

RequestAsync()

Requests this permission from the user for this application.

ShouldShowRationale()

Determines if an educational UI should be displayed explaining to the user how this permission will be used in the application.

Applies to