public interface PermissionGrantRequestedEvent extends CancelableEvent
This event is cancelable
. A listener may prevent the permission
from being granted by canceling
this event.
Throwing an exception will not prevent the permission from being granted;
the exception will be logged and ignored.
cancel, isCanceled
Copyright © 2024 Atlassian. All rights reserved.