Share via


Permissions.BasePlatformPermission.ShouldShowRationale Method

Definition

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

public:
 override bool ShouldShowRationale();
public override bool ShouldShowRationale ();
override this.ShouldShowRationale : unit -> bool
Public Overrides Function ShouldShowRationale () As Boolean

Returns

true if the user has denied or disabled this permission in the past, else false.

Applies to