Package com.castlabs.sdk.broadpeak
Class BroadpeakComponent
- java.lang.Object
-
- com.castlabs.sdk.broadpeak.BroadpeakComponent
-
- All Implemented Interfaces:
PlayerControllerPlugin.Component
public final class BroadpeakComponent extends Object implements PlayerControllerPlugin.Component
Broadpeak player component. To get an instance of this class, usePlayerController.getComponent(Class).- Since:
- 4.2.32
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Classid()voidonDestroy(PlayerController playerController)voidonOpenBundle(PlayerController playerController, Bundle bundle)voidonOpenState(PlayerController playerController, PlayerConfig playerConfig)
-
-
-
Method Detail
-
id
@NonNull public Class id()
- Specified by:
idin interfacePlayerControllerPlugin.Component
-
onDestroy
public void onDestroy(@NonNull PlayerController playerController)- Specified by:
onDestroyin interfacePlayerControllerPlugin.Component
-
onOpenBundle
public void onOpenBundle(@NonNull PlayerController playerController, @NonNull Bundle bundle)- Specified by:
onOpenBundlein interfacePlayerControllerPlugin.Component
-
onOpenState
public void onOpenState(PlayerController playerController, PlayerConfig playerConfig)
- Specified by:
onOpenStatein interfacePlayerControllerPlugin.Component
-
-