toggle menu
BB Native Player SDK
androidJvm
switch theme
search in API
bbnativeplayersdk-kotlin
/
com.bluebillywig.bbnativeplayersdk
/
PlayHistoryManager
Play
History
Manager
class
PlayHistoryManager
(
context
:
Context
,
eventBus
:
EventBusInterface
?
)
:
EventListenerInterface
Members
Constructors
Play
History
Manager
Link copied to clipboard
constructor
(
context
:
Context
,
eventBus
:
EventBusInterface
?
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
__destruct
Link copied to clipboard
fun
__destruct
(
)
get
Media
Clip
Entry
Link copied to clipboard
fun
getMediaClipEntry
(
clipId
:
String
)
:
PlayHistoryEntry
get
Media
Clip
List
Entry
Link copied to clipboard
fun
getMediaClipListEntry
(
clipListId
:
String
)
:
PlayHistoryEntry
get
Project
Entry
Link copied to clipboard
fun
getProjectEntry
(
projectId
:
String
)
:
PlayHistoryEntry
on
Event
Link copied to clipboard
open
override
fun
onEvent
(
eventType
:
EventName
,
data
:
Map
<
String
,
Any
?
>
?
)