AppServiceData
Get the ServiceData
Kind: Instance method of OnAppServiceData
Returns: AppServiceData
- the KEY_SERVICE_DATA value
OnAppServiceData
Set the ServiceData
Kind: Instance method of OnAppServiceData
Returns: OnAppServiceData
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
data | AppServiceData |
Contains all the current data of the app service. The serviceType will link to which of the service data objects are included in this object (e.g. if the service type is MEDIA, the mediaServiceData param should be included). - The desired ServiceData. |