DesktopSystemshowDeveloperTools Method |
Shows Developer tool
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void showDeveloperTools(
string applicationUUID,
string windowName,
AckCallback callback = null,
AckCallback errorCallback = null
)
Parameters
- applicationUUID
- Type: SystemString
The application ID - windowName
- Type: SystemString
The name of dev tool window - callback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also