TYBA






protocol.deezer.radio.player.DeezerRadioPauseResponse

DeezerRadioPauseResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deezerRadioPause>
              <id>255</id>
              <id>255</id>
          </deezerRadioPause>
      </fn>
  </sireq>

 

back to index