Pushwoosh Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Pushwoosh Android SDK
pushwoosh-inapp-ui
/
com.pushwoosh.inapp.ui.model
/
VideoContent
/
VideoContent
Video
Content
constructor
(
videoUrl
:
String
,
posterUrl
:
String
?
,
fallbackImageUrl
:
String
?
,
title
:
InAppText
?
,
message
:
InAppText
?
,
buttons
:
List
<
InAppButton
>
,
loops
:
Boolean
,
muted
:
Boolean
,
showCloseButton
:
Boolean
)