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 methodgetCustomData() which returns custom data as a JSONObject.

public interfaceRequestData
Known Indirect Subclasses
MediaLoadRequestDataThe class used in load commands for specifying how a receiver application should load media. 

Data structure for media command requests.

Public Method Summary

abstractJSONObject
getCustomData()
Returns the custom data.

Public Methods

public abstractJSONObjectgetCustomData()

Returns the custom data.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.