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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.json.JSONObject
getCustomData(Video currentVideo)
-
-
-
Method Detail
-
getCustomData
@Nullable org.json.JSONObject getCustomData(@NonNull Video currentVideo) throws org.json.JSONException
- Throws:
org.json.JSONException
-
-