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
/
Image
Image
android
common
ios
actual
class
Image
expect
class
Image
actual
class
Image
Members
Constructors
Image
Link copied to clipboard
android
ios
constructor
(
drawable
:
Drawable
?
,
scale
:
Double
,
uri
:
Uri
?
)
constructor
(
image
:
UIImage
?
,
scale
:
CGFloat
,
imageUrl
:
NSURL
?
)
Properties
drawable
Link copied to clipboard
android
val
drawable
:
Drawable
?
image
Link copied to clipboard
ios
val
image
:
UIImage
?
image
Url
Link copied to clipboard
ios
val
imageUrl
:
NSURL
?
scale
Link copied to clipboard
android
ios
val
scale
:
Double
val
scale
:
CGFloat
uri
Link copied to clipboard
android
val
uri
:
Uri
?