Permissions.BasePlatformPermission.ShouldShowRationale Method
Definition
Gets whether you should show UI with rationale for requesting a permission.
public override bool ShouldShowRationale ();
Returns
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.