Interface InterstitialErrorEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.event.InterstitialEvent,com.theoplayer.android.api.ads.theoads.event.TheoAdsEvent,com.theoplayer.android.api.event.Event
public interface InterstitialErrorEvent implements InterstitialEvent<InterstitialErrorEvent>
Represents an event triggered when an error occurs with an interstitial ad.
This event contains an optional error message detailing the issue.
-
-
Method Summary
Modifier and Type Method Description abstract StringgetMessage()An optional message describing the error that occurred. -
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType -
Methods inherited from class com.theoplayer.android.api.ads.theoads.event.InterstitialEvent
getInterstitial -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
abstract String getMessage()
An optional message describing the error that occurred.
-
-
-
-