-
- All Implemented Interfaces:
-
com.hyprmx.android.sdk.assert.ThreadAssert
public final class DefaultThreadAssert implements ThreadAssert
-
-
Constructor Summary
Constructors Constructor Description DefaultThreadAssert(ClientErrorControllerIf clientErrorController)
-
Method Summary
Modifier and Type Method Description UnitsetErrorController(ClientErrorControllerIf clientErrorController)UnitrunningOnMainThread()UnitshouldNeverBeCalled(String errorMessage)UnitrunningOnBackgroundThread()-
-
Constructor Detail
-
DefaultThreadAssert
DefaultThreadAssert(ClientErrorControllerIf clientErrorController)
-
-
Method Detail
-
setErrorController
Unit setErrorController(ClientErrorControllerIf clientErrorController)
-
runningOnMainThread
Unit runningOnMainThread()
-
shouldNeverBeCalled
Unit shouldNeverBeCalled(String errorMessage)
-
runningOnBackgroundThread
Unit runningOnBackgroundThread()
-
-
-
-