Permissions.BasePlatformPermission.ShouldShowRationale Method
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.
Gets whether you should show UI with rationale for requesting a permission.
public override bool ShouldShowRationale ();
Returns
System.Boolean
A boolean if the user has declined the permission in the past and UI should be shown.
Remarks
Only relevant on Android after a user had denied a permission one time.