Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public event Action<string> PermissionRequestDismissed

Remarks

If you do not subscribe to this event, Unity triggers PermissionCallbacks.PermissionDenied as a fallback.