Package com.brightcove.player.analytics
Interface IAnalyticsErrorListener
-
public interface IAnalyticsErrorListenerContract of the listener that can receive error notifications from the analytics client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnalyticsError(java.lang.Throwable error)This method will be called anIAnalyticsHandlerencounters error in handling an analytics event.
-
-
-
Method Detail
-
onAnalyticsError
void onAnalyticsError(@NonNull java.lang.Throwable error)This method will be called anIAnalyticsHandlerencounters error in handling an analytics event.- Parameters:
error- the error.
-
-