new RemoteDebugger()
RemoteDebugger displays a prompt asking the user if they want to enable
remote debugging on their device. This is generally called when the user
attempts to access the device from the App Manager.
Methods
-
_dispatchEvent(value)
-
Dispatches an event based on the user selection of the modal dialog.
Parameters:
Name Type Description value Boolean True if the user enabled the remote debugger.
-
handleEvent(evt)
-
General event handler interface.
Displays the modal dialog when we needed.Parameters:
Name Type Description evt DOMEvent The event.