Interface MediaTailorAdEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.ads.AdEvent
public interface MediaTailorAdEvent implements AdEvent<MediaTailorAdEvent>
The MediaTailor ad event.
-
-
Method Summary
Modifier and Type Method Description abstract EventType<MediaTailorAdEvent>
getType()
The Type of the MediaTailorAdEvent. abstract MediaTailorAd
getAd()
The MediaTailorAd for which the event occurs. -
-
Method Detail
-
getType
abstract EventType<MediaTailorAdEvent> getType()
The Type of the MediaTailorAdEvent.
- Returns:
The MediaTailorAdEventType (NonNull).
-
getAd
abstract MediaTailorAd getAd()
The MediaTailorAd for which the event occurs.
- Returns:
The MediaTailorAd (Nullable).
-
-
-
-