Package com.brightcove.cast.model
Interface CustomData
- All Known Implementing Classes:
 BrightcoveCastCustomData
public interface CustomData
Represents the custom data to be sent to the Brightcove receiver app.
- 
Method Summary
 
- 
Method Details
- 
getCustomData
@Nullable org.json.JSONObject getCustomData(@NonNull Video currentVideo) throws org.json.JSONException - Throws:
 org.json.JSONException
 
 -