createRendererView
fun createRendererView(context: Context, jsonUrl: String?, options: Map<String, Any?>? = null): BBNativeRendererView
Create a Renderer view
context: the view context. Should be of type AppCompatActivity for fullscreen functionality
jsonUrl: the json embed URL (nullable)
options: the options dictionary (optional), options recognized:
displayFormat: full | list | player
Return
the Renderer view
Parameters
context
the view context
jsonUrl
the json embed URL (nullable)
options
the options dictionary (optional)