Bunny Stream Android SDK
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Bunny Stream Android SDK
BunnyStreamPlayer
/
net.bunny.bunnystreamplayer.model
/
Moment
Moment
data
class
Moment
(
val
label
:
String
,
val
timestamp
:
Long
)
(
source
)
Parameters
label
The text description label for the moment
timestamp
The timestamp of the moment in milliseconds
Members
Constructors
Moment
Link copied to clipboard
constructor
(
label
:
String
,
timestamp
:
Long
)
Properties
label
Link copied to clipboard
val
label
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long