RequestData

  • RequestData is a data structure used for media command requests.

  • MediaLoadRequestData is a known indirect subclass of RequestData used for specifying how a receiver should load media.

  • RequestData has a public method getCustomData() which returns custom data as a JSONObject.

public interface RequestData
Known Indirect Subclasses

Data structure for media command requests.

Public Method Summary

abstract JSONObject
getCustomData()
Returns the custom data.

Public Methods

public abstract JSONObject getCustomData ()

Returns the custom data.