Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
HMI Documentation
OnAppServiceData

OnAppServiceData

Type
Notification
Sender
HMI / SDL
Purpose
Sent by the app service provider when its service data is updated. Broadcast by SDL to all consumers subscribed to this service type.
Note
  • HMI->SDL if HMI App Service Provider (ASP) is sending updated service data
  • SDL->HMI if HMI App Service Consumer (ASC) is receiving updated service data

Notification

Parameters

Name Type Mandatory Additional
serviceData Common.AppServiceData true

Sequence Diagrams

JSON Message Examples

Example Notification

{
  "jsonrpc": "2.0",
  "method": "AppService.OnAppServiceData",
  "params": {
    "serviceData": {
      "mediaServiceData": {
        "isExplicit": false,
        "mediaAlbum": "Book Name",
        "mediaArtist": "Author name",
        "mediaTitle": "Chapter name",
        "mediaType": "AUDIOBOOK",
        "queueCurrentTrackNumber": 12,
        "queuePlaybackDuration": 4000,
        "queuePlaybackProgress": 2200,
        "queueTotalTrackCount": 25,
        "trackPlaybackDuration": 300,
        "trackPlaybackProgress": 200
      },
      "serviceID": "9c6697b90f561cc599af19f81e9cf68a6848d6df1cdd63820d75ebfd7c727a20",
      "serviceType": "MEDIA"
    }
  }
}
View on GitHub.com
Previous Section Next Section