Package com.castlabs.sdk.broadpeak
Class BroadpeakComponent
java.lang.Object
com.castlabs.sdk.broadpeak.BroadpeakComponent
- All Implemented Interfaces:
PlayerControllerPlugin.Component
Broadpeak player component.
To get an instance of this class, use PlayerController.getComponent(Class).
- Since:
- 4.2.32
-
Method Summary
Modifier and TypeMethodDescriptionid()voidonDestroy(PlayerController playerController) voidonOpenBundle(PlayerController playerController, Bundle bundle) voidonOpenState(PlayerController playerController, PlayerConfig playerConfig)
-
Method Details
-
id
- Specified by:
idin interfacePlayerControllerPlugin.Component
-
onDestroy
- Specified by:
onDestroyin interfacePlayerControllerPlugin.Component
-
onOpenBundle
- Specified by:
onOpenBundlein interfacePlayerControllerPlugin.Component
-
onOpenState
- Specified by:
onOpenStatein interfacePlayerControllerPlugin.Component
-