toggle menu
daro
androidJvm
switch theme
search in API
daro
/
droom.daro.lib.nativead.media
/
DaroVideoController
Daro
Video
Controller
data
class
DaroVideoController
(
videoController
:
VideoController
)
VideoController
for Daro SDK
Members
Constructors
Daro
Video
Controller
Link copied to clipboard
constructor
(
videoController
:
VideoController
)
Types
Video
Lifecycle
Callbacks
Link copied to clipboard
abstract
class
VideoLifecycleCallbacks
Functions
has
Video
Content
Link copied to clipboard
fun
hasVideoContent
(
)
:
Boolean
is
Click
To
Expand
Enabled
Link copied to clipboard
fun
isClickToExpandEnabled
(
)
:
Boolean
is
Custom
Controls
Enabled
Link copied to clipboard
fun
isCustomControlsEnabled
(
)
:
Boolean
is
Muted
Link copied to clipboard
fun
isMuted
(
)
:
Boolean
mute
Link copied to clipboard
fun
mute
(
mute
:
Boolean
)
pause
Link copied to clipboard
fun
pause
(
)
play
Link copied to clipboard
fun
play
(
)
set
Video
Lifecycle
Callbacks
Link copied to clipboard
fun
setVideoLifecycleCallbacks
(
callback
:
DaroVideoController.VideoLifecycleCallbacks
?
)
stop
Link copied to clipboard
fun
stop
(
)