Interface AdErrorEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.ads.AdEvent
,com.theoplayer.android.api.event.ads.SingleAdEvent
public interface AdErrorEvent implements SingleAdEvent<E>
-
-
Method Summary
Modifier and Type Method Description abstract String
getError()
The error message of the given AdErrorEvent. -
Methods inherited from class com.theoplayer.android.api.event.ads.SingleAdEvent
getAd
-
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getError
@Nullable() abstract String getError()
The error message of the given AdErrorEvent.
- Returns:
The textual representation of the error. (Nullable)
-
-
-
-