PermissionRequestDismissed
Triggered when the user dismisses the permission request without explicitly choosing any option. The callback receives the permission name.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Event
- Namespace: UnityEngine.Android
- Assembly: UnityEngine.AndroidJNIModule
public event Action<string> PermissionRequestDismissed
Remarks
If you do not subscribe to this event, Unity triggers PermissionCallbacks.PermissionDenied as a fallback.