defer method
Defers the permission request into a queue for later processing.
Syntax
PermissionRequest.defer();Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
Use the getDeferredPermissionRequests method to access the list of deferred permission requests.
See also
Show: