new UserActionRequiredEvent(message)
The Event dispatched when some user action is required in order to be able
to list the content of a folder.
Example of listening for this event:
goog.events.listen(fileBrowsingDialog, sync.api.FileBrowsingDialog.EventTypes.USER_ACTION_REQUIRED, function(e) { // e is of type sync.api.FileBrowsingDialog.UserActionRequiredEvent });
Parameters:
Name | Type | Description |
---|---|---|
message |
string | The message sent by the server-side code. |
- Source:
Members
message :sync.api.WebappMessage
The message to show to the user when an action is required from him/her.
Type:
- Source: