toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
ssai
switch theme
search in API
ssai
/
com.brightcove.ssai.ad
/
Ads
Ads
open
class
Ads
Contains helper static methods related to
Ad
.
Members
Functions
create
Link copied to clipboard
open
fun
<
T
,
T2
>
create
(
id
:
String
,
title
:
String
,
adSystem
:
String
,
creative
:
Creative
<
out
T2
>
,
trackingMultimap
:
Multimap<TrackingType, TrackingEvent>
,
rawAd
:
T
,
creativeId
:
String
,
creativeAdId
:
String
)
:
Ad
Creates an Ad with the provided
Creative
.
invalid
Link copied to clipboard
open
fun
invalid
(
)
:
Ad
is
Valid
Link copied to clipboard
open
fun
isValid
(
ad
:
Ad
)
:
Boolean