basic-ads
Toggle table of contents
1.0.0
android
common
ios
Target filter
android
common
ios
Switch theme
Search in API
Skip to content
basic-ads
basic-ads
/
app.lexilabs.basic.ads.nativead
/
NativeAdData
/
MediaContent
Media
Content
android
common
ios
actual
class
MediaContent
expect
class
MediaContent
actual
class
MediaContent
Members
Constructors
Media
Content
Link copied to clipboard
android
ios
constructor
(
aspectRatio
:
Float
,
currentTime
:
Float
,
duration
:
Float
,
mainImage
:
Drawable
?
,
videoController
:
VideoController
)
constructor
(
aspectRatio
:
Double
,
currentTime
:
Double
,
duration
:
Double
,
mainImage
:
UIImage
?
,
videoController
:
GADVideoController
)
Properties
aspect
Ratio
Link copied to clipboard
android
ios
val
aspectRatio
:
Float
val
aspectRatio
:
Double
current
Time
Link copied to clipboard
android
ios
val
currentTime
:
Float
val
currentTime
:
Double
duration
Link copied to clipboard
android
ios
val
duration
:
Float
val
duration
:
Double
main
Image
Link copied to clipboard
android
ios
val
mainImage
:
Drawable
?
val
mainImage
:
UIImage
?
video
Controller
Link copied to clipboard
android
ios
val
videoController
:
VideoController
val
videoController
:
GADVideoController