Property | Type | Description | |
---|---|---|---|
AppId | string | ||
DepotKey | string | ||
SoftwareJson | Warehouse.Api.REST.Software_v1 |
Method | Description | |
---|---|---|
Handle ( Input action ) : void |
Install Software, Let use choose host and hive
|
|
Init ( ) : void |
Initilize
|
|
InstallClicked ( ) : void | ||
OnError ( ErrorResponse errorResponse ) : void |
On Error
|
Method | Description | |
---|---|---|
CreateHiveAndInstallSoftware ( PlaygroundHost host ) : void |
Create Hive and install software in host
|
|
InstallSoftware ( Playground hive ) : void |
Install software in hive
|
|
SetInstalledStatus ( ) : void |
|
|
SetSoftware ( System.Action completionCallback = null ) : void |
public OnError ( ErrorResponse errorResponse ) : void | ||
errorResponse | ErrorResponse | |
return | void |