String
String
String
Boolean
String
HybridAppPreference
Array.<String>
CloudAppProperties
CloudAppProperties
CloudAppProperties
CloudAppProperties
CloudAppProperties
CloudAppProperties
CloudAppProperties
String
Get the AppID
Kind: Instance method of CloudAppProperties
Returns: String
- the KEY_APP_ID value
String
Get the AuthToken
Kind: Instance method of CloudAppProperties
Returns: String
- the KEY_AUTH_TOKEN value
String
Get the CloudTransportType
Kind: Instance method of CloudAppProperties
Returns: String
- the KEY_CLOUD_TRANSPORT_TYPE value
Boolean
Get the Enabled
Kind: Instance method of CloudAppProperties
Returns: Boolean
- the KEY_ENABLED value
String
Get the Endpoint
Kind: Instance method of CloudAppProperties
Returns: String
- the KEY_ENDPOINT value
HybridAppPreference
Get 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
CloudAppProperties
Set 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} |
CloudAppProperties
Set 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} |
CloudAppProperties
Set 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} |
CloudAppProperties
Set 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. |
CloudAppProperties
Set 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} |
CloudAppProperties
Set 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. |
CloudAppProperties
Set 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} |