StringStringStringBooleanStringHybridAppPreferenceArray.<String>CloudAppPropertiesCloudAppPropertiesCloudAppPropertiesCloudAppPropertiesCloudAppPropertiesCloudAppPropertiesCloudAppPropertiesStringGet the AppID
Kind: Instance method of CloudAppProperties
Returns: String - the KEY_APP_ID value
StringGet the AuthToken
Kind: Instance method of CloudAppProperties
Returns: String - the KEY_AUTH_TOKEN value
StringGet the CloudTransportType
Kind: Instance method of CloudAppProperties
Returns: String - the KEY_CLOUD_TRANSPORT_TYPE value
BooleanGet the Enabled
Kind: Instance method of CloudAppProperties
Returns: Boolean - the KEY_ENABLED value
StringGet the Endpoint
Kind: Instance method of CloudAppProperties
Returns: String - the KEY_ENDPOINT value
HybridAppPreferenceGet the HybridAppPreference
Kind: Instance method of CloudAppProperties
Returns: HybridAppPreference - the KEY_HYBRID_APP_PREFERENCE value
Array.<String>Get the Nicknames
Kind: Instance method of CloudAppProperties
Returns: Array.<String> - the KEY_NICKNAMES value
CloudAppPropertiesSet the AppID
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| id | String |
The desired AppID. {'string_min_length': 1, 'string_max_length': 100} |
CloudAppPropertiesSet the AuthToken
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| token | String |
Used to authenticate websocket connection on app activation - The desired AuthToken. {'string_min_length': 1, 'string_max_length': 65535} |
CloudAppPropertiesSet the CloudTransportType
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | String |
Specifies the connection type Core should use - The desired CloudTransportType. {'string_min_length': 1, 'string_max_length': 100} |
CloudAppPropertiesSet the Enabled
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| enabled | Boolean |
If true, cloud app will be included in HMI RPC UpdateAppList - The desired Enabled. |
CloudAppPropertiesSet the Endpoint
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| endpoint | String |
Specifies the endpoint which Core will attempt to connect to when this app is selected - The desired Endpoint. {'string_min_length': 1, 'string_max_length': 65535} |
CloudAppPropertiesSet the HybridAppPreference
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| preference | HybridAppPreference |
Specifies the user preference to use the cloud app version or mobile app version when both are available - The desired HybridAppPreference. |
CloudAppPropertiesSet the Nicknames
Kind: Instance method of CloudAppProperties
Returns: CloudAppProperties - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| nicknames | Array.<String> |
An array of app names a cloud app is allowed to register with. If included in a SetCloudAppProperties request, this value will overwrite the existing "nicknames" field in the app policies section of the policy table. - The desired Nicknames. {'array_min_size': 0, 'array_max_size': 100, 'string_min_length': 0, 'string_max_length': 100} |