PermissionCallbacks
Contains callbacks invoked when permission request is executed using Permission.RequestUserPermission.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
- Inherits from: AndroidJavaProxy
public class PermissionCallbacks : AndroidJavaProxy
Events
Member | Description |
|---|---|
| PermissionDenied | Triggered when the user chooses Deny for a permission request. The callback receives the permission name. |
| PermissionGranted | Triggered when the user chooses Allow for a permission request. The callback receives the permission name. |
| PermissionRequestDismissed | Triggered when the user dismisses the permission request without explicitly choosing any option. The callback receives the permission name. |