Click or drag to resize

RuntimePermissionHelper Class

Runtime permission helper.
Inheritance Hierarchy
SystemObject
  AndroidLocalGalleryPluginRuntimePermissionHelper

Namespace:  AndroidLocalGalleryPlugin
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class RuntimePermissionHelper

The RuntimePermissionHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHasPermission
Check the permission whether this app is granted.
Public methodStatic memberRequestPermission
Request the currentActivity to show the permission request dialog.
Public methodStatic memberShouldShowRequestPermissionRationale
Ask activity should show the permission rationale.
Top
See Also