Interface CustomData

All Known Implementing Classes:
BrightcoveCastCustomData

public interface CustomData
Represents the custom data to be sent to the Brightcove receiver app.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.json.JSONObject
    getCustomData(Video currentVideo)
     
  • Method Details

    • getCustomData

      @Nullable org.json.JSONObject getCustomData(@NonNull Video currentVideo) throws org.json.JSONException
      Throws:
      org.json.JSONException