RequestPermissionEventSchema
Asks the platform for the runtime permissions listed in permissions, through the client's PermissionManager.
incomingData consumed: not used.
Triggers fired:
OnPermissionsAcquiredEventTriggerthenOnSuccessEventTrigger— when every requested permission was granted.OnPermissionsDeniedEventTriggerthenOnFailureEventTrigger— when the request was denied.OnPermissionRationaleEventTrigger— when the platform asks for a rationale to be shown before requesting again; chain the explanation onto this trigger and request once more.
No data is passed downstream in any case.
Constructors
Properties
This event's own children — each declaring, via its own trigger, which of this event's outgoing triggers runs it. null when this event declares no children.
The condition that must occur for this event to run — matched by structural equality (data class/data object equality) against whatever trigger value fired, never by any kind of subscription or listener registry.