Activity.ShouldShowRequestPermissionRationale(String) 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 before requesting a permission.
[Android.Runtime.Register("shouldShowRequestPermissionRationale", "(Ljava/lang/String;)Z", "GetShouldShowRequestPermissionRationale_Ljava_lang_String_Handler", ApiSince=23)]
public virtual bool ShouldShowRequestPermissionRationale (string permission);
[<Android.Runtime.Register("shouldShowRequestPermissionRationale", "(Ljava/lang/String;)Z", "GetShouldShowRequestPermissionRationale_Ljava_lang_String_Handler", ApiSince=23)>]
abstract member ShouldShowRequestPermissionRationale : string -> bool
override this.ShouldShowRequestPermissionRationale : string -> bool
Parameters
- permission
- String
A permission your app wants to request.
Returns
Whether you should show permission rationale UI.
- Attributes
Remarks
Gets whether you should show UI with rationale before requesting a permission.
Java documentation for android.app.Activity.shouldShowRequestPermissionRationale(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.