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()
void
onDestroy
(PlayerController playerController) void
onOpenBundle
(PlayerController playerController, Bundle bundle) void
onOpenState
(PlayerController playerController, PlayerConfig playerConfig)
-
Method Details
-
id
- Specified by:
id
in interfacePlayerControllerPlugin.Component
-
onDestroy
- Specified by:
onDestroy
in interfacePlayerControllerPlugin.Component
-
onOpenBundle
- Specified by:
onOpenBundle
in interfacePlayerControllerPlugin.Component
-
onOpenState
- Specified by:
onOpenState
in interfacePlayerControllerPlugin.Component
-