Class: RemoteDebugger

RemoteDebugger

new RemoteDebugger()

RemoteDebugger displays a prompt asking the user if they want to enable remote debugging on their device.

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.

Source:
Requires:

Requires

Methods

_dispatchEvent(id)

Dispatches an event based on the user selection of the modal dialog.

Dispatches an event based on the user selection of the modal dialog.

Parameters:
Name Type Description
id String

ID of option chosen, or null if cancelled.

Source:

handleEvent(evt)

General event handler interface.

General event handler interface. Displays the modal dialog when we needed.

Parameters:
Name Type Description
evt DOMEvent

The event.

Source: