public static final class RequestPermissionCallback.Action extends AsyncCallbackAction<Response>
RequestPermissionCallback
.Constructor and Description |
---|
Action(java.util.function.Consumer<Response> consumer) |
Modifier and Type | Method and Description |
---|---|
void |
deny()
Notifies the browser that the requested permission should be denied.
|
void |
grant()
Notifies the browser that the requested permission should be granted.
|
isClosed