Display SDK
8.3.0
androidJvm
Display SDK
/
com.equativ.displaysdk.model
/
SASNativeAdAssets
/
ViewAsset
View
Asset
data
class
ViewAsset
(
val
view
:
View
?
,
val
url
:
String
?
,
val
width
:
Int
?
,
val
height
:
Int
?
)
Members
Constructors
View
Asset
Link copied to clipboard
constructor
(
view
:
View
?
,
url
:
String
?
,
width
:
Int
?
,
height
:
Int
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
url
Link copied to clipboard
val
url
:
String
?
view
Link copied to clipboard
val
view
:
View
?
width
Link copied to clipboard
val
width
:
Int
?