MediaServiceData
NavigationServiceData
String
String
WeatherServiceData
AppServiceData
AppServiceData
AppServiceData
AppServiceData
AppServiceData
MediaServiceData
Get the MediaServiceData
Kind: Instance method of AppServiceData
Returns: MediaServiceData
- the KEY_MEDIA_SERVICE_DATA value
NavigationServiceData
Get the NavigationServiceData
Kind: Instance method of AppServiceData
Returns: NavigationServiceData
- the KEY_NAVIGATION_SERVICE_DATA value
String
Get the ServiceID
Kind: Instance method of AppServiceData
Returns: String
- the KEY_SERVICE_ID value
String
Get the ServiceType
Kind: Instance method of AppServiceData
Returns: String
- the KEY_SERVICE_TYPE value
WeatherServiceData
Get the WeatherServiceData
Kind: Instance method of AppServiceData
Returns: WeatherServiceData
- the KEY_WEATHER_SERVICE_DATA value
AppServiceData
Set the MediaServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | MediaServiceData |
This data is related to what a media service should provide - The desired MediaServiceData. |
AppServiceData
Set the NavigationServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | NavigationServiceData |
This data is related to what a navigation service would provide. - The desired NavigationServiceData. |
AppServiceData
Set the ServiceID
Kind: Instance method of AppServiceData
Returns: AppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
id | String |
The desired ServiceID. {'string_min_length': 1} |
AppServiceData
Set the ServiceType
Kind: Instance method of AppServiceData
Returns: AppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
type | String |
The type of service that is to be offered by this app. See AppServiceType for known enum equivalent types. Parameter is a string to allow for new service types to be used by apps on older versions of SDL Core. - The desired ServiceType. {'string_min_length': 1} |
AppServiceData
Set the WeatherServiceData
Kind: Instance method of AppServiceData
Returns: AppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | WeatherServiceData |
This data is related to what a weather service would provide - The desired WeatherServiceData. |