Package io.scanbot.sdk.ui.view.base
Object NFBaseActivity.Companion
-
- All Implemented Interfaces:
public class NFBaseActivity.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static NFBaseActivity.Companion
INSTANCE
-
Method Summary
-
-
Method Detail
-
forceCloseInternal
final <T extends Any> Unit forceCloseInternal(Context context, Class<T> clazz, Boolean keepResult)
Triggers the force-finishing of the RTU UI Activity
- Parameters:
context
- Android app contextclazz
- RTU UI Activity class to finishkeepResult
- whether it is needed to keep current state
-
-
-
-