kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.ads_client
/
AdPlacementRequest
Ad
Placement
Request
data
class
AdPlacementRequest
(
var
placement
:
String
,
var
count
:
UInt
,
var
content
:
AdContentCategory
?
)
Members
Constructors
Ad
Placement
Request
Link copied to clipboard
constructor
(
placement
:
String
,
count
:
UInt
,
content
:
AdContentCategory
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Link copied to clipboard
var
content
:
AdContentCategory
?
count
Link copied to clipboard
var
count
:
UInt
placement
Link copied to clipboard
var
placement
:
String