-
- All Implemented Interfaces:
-
kotlin.coroutines.CoroutineContext,kotlin.coroutines.CoroutineContext.Element,kotlinx.coroutines.CoroutineExceptionHandler
public final class SDKErrorHandler implements CoroutineExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineExceptionHandler.Keykey
-
Constructor Summary
Constructors Constructor Description SDKErrorHandler(ISDKDispatchers dispatchers, SDKMetricsSender sdkMetricsSender)
-
Method Summary
Modifier and Type Method Description CoroutineExceptionHandler.KeygetKey()UnithandleException(CoroutineContext context, Throwable exception)-
Methods inherited from class kotlinx.coroutines.CoroutineExceptionHandler
fold, get, minusKey -
Methods inherited from class kotlin.coroutines.CoroutineContext.Element
plus -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getKey
CoroutineExceptionHandler.Key getKey()
-
handleException
Unit handleException(CoroutineContext context, Throwable exception)
-
-
-
-