Interface TheoAdsErrorEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.event.TheoAdsEvent,com.theoplayer.android.api.event.Event
@Deprecated(message = "This event is no longer fired. Use AdErrorEvent on the Ads API instead.") public interface TheoAdsErrorEvent implements TheoAdsEvent<TheoAdsErrorEvent>
Represents an event triggered when an error occurs in TheoAds.
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. -
-
Method Detail
-
getMessage
abstract String getMessage()
An optional message describing the error that occurred.
-
-
-
-