Click or drag to resize

PlatformOptions Constructor

Constructs an instance configuring a new underlying JObject with the passed values.

Namespace:  Openfin.Desktop.PlatformAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public PlatformOptions(
	string name,
	string uuid,
	string url
)

Parameters

name
Type: SystemString
The name of the application.
uuid
Type: SystemString
The UUID of the application
url
Type: SystemString
The url for the application to load.
See Also