TYBA






protocol.deezer.DeezerAddChartTracksToPlayerResponse

DeezerAddChartTracksToPlayerResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
uidno1textuser id. used for deezer login credentials
gridno1textdeezer genre id
ixsno1indicesstart (i0) and end (i1) index inclusive
appno1booleanappend to or replace queue. on/off

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deezerAddToPlayerChartTracks>
              <id>255</id>
              <id>255</id>
              <uid>1</id>
              <grid>255</grid>
              <ixs>
                 <i0>0</i0>
                 <i1>9</i1>
              </ixs>
              <app>on</app>
          </deezerAddToPlayerChartTracks>
      </fn>
  </siresp>

 

back to index