This event is dispatched when permission status changes for certain operations.
Static variables
Constructor
new(type:String, bubbles:Bool = false, cancelable:Bool = false, status:PermissionStatus = DENIED)
Creates an PermissionEvent object that contains information about the name of the permission and its status.
Parameters:
type | The type of the event. Event listeners can access this
information through the inherited |
---|---|
bubbles | Determines whether the Event object participates in the
bubbling stage of the event flow. Event listeners can
access this information through the inherited
|
cancelable | Determines whether the Event object can be canceled.
Event listeners can access this information through the
inherited |
status | Permission status. Event listeners can access this
information through the |