Permissions.ShouldShowRationale<TPermission> 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 static bool ShouldShowRationale<TPermission> () where TPermission : Xamarin.Essentials.Permissions.BasePermissionnew();
Type Parameters
- TPermission
The type of permission.
Returns
System.Boolean
Returns true if rationale should be displayed, otherwise false.