Bunny Stream Android SDK
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Bunny Stream Android SDK
BunnyStreamApi
/
net.bunny.api.playback
/
ResumeConfig
Resume
Config
data
class
ResumeConfig
(
val
retentionDays
:
Int
=
7
,
val
minimumWatchTime
:
Long
,
val
resumeThreshold
:
Float
=
0.05f
,
val
nearEndThreshold
:
Float
=
0.95f
,
val
enableAutoSave
:
Boolean
=
true
,
val
saveInterval
:
Long
)
(
source
)
Members
Constructors
Resume
Config
Link copied to clipboard
constructor
(
retentionDays
:
Int
=
7
,
minimumWatchTime
:
Long
,
resumeThreshold
:
Float
=
0.05f
,
nearEndThreshold
:
Float
=
0.95f
,
enableAutoSave
:
Boolean
=
true
,
saveInterval
:
Long
)
Properties
enable
Auto
Save
Link copied to clipboard
val
enableAutoSave
:
Boolean
minimum
Watch
Time
Link copied to clipboard
val
minimumWatchTime
:
Long
near
End
Threshold
Link copied to clipboard
val
nearEndThreshold
:
Float
resume
Threshold
Link copied to clipboard
val
resumeThreshold
:
Float
retention
Days
Link copied to clipboard
val
retentionDays
:
Int
save
Interval
Link copied to clipboard
val
saveInterval
:
Long