kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
AdFrameStatus
Ad
Frame
Status
@
Serializable
data
class
AdFrameStatus
(
val
adFrameType
:
Page.AdFrameType
,
val
explanations
:
List
<
Page.AdFrameExplanation
>
?
=
null
)
Indicates whether a frame has been identified as an ad and why.
Members
Constructors
Ad
Frame
Status
Link copied to clipboard
constructor
(
adFrameType
:
Page.AdFrameType
,
explanations
:
List
<
Page.AdFrameExplanation
>
?
=
null
)
Properties
ad
Frame
Type
Link copied to clipboard
val
adFrameType
:
Page.AdFrameType
explanations
Link copied to clipboard
val
explanations
:
List
<
Page.AdFrameExplanation
>
?
=
null