public class BaseMRZCameraFragment
Shows MRZ camera screen of application
@Inject @NotNull public io.scanbot.sdk.ui.view.interactor.CheckCameraPermissionUseCase checkCameraPermissionUseCase
@Inject @NotNull public MRZCameraPresenter mrzCameraPresenter
@Inject @NotNull public io.scanbot.sdk.mrzscanner.MRZScanner mrzScanner
@NotNull public MRZCameraView mrzCameraView
@NotNull public static java.lang.String CUSTOM_CONFIGURATION
public static int PERMISSIONS_REQUEST_CAMERA
@NotNull public static java.lang.String TAG
public static io.scanbot.sdk.ui.view.mrz.BaseMRZCameraFragment.Companion Companion
public BaseMRZCameraFragment()
Shows MRZ camera screen of application
@NotNull public io.scanbot.sdk.ui.view.interactor.CheckCameraPermissionUseCase getCheckCameraPermissionUseCase()
public void setCheckCameraPermissionUseCase(@NotNull
io.scanbot.sdk.ui.view.interactor.CheckCameraPermissionUseCase p)
@NotNull public MRZCameraPresenter getMrzCameraPresenter()
public void setMrzCameraPresenter(@NotNull
MRZCameraPresenter p)
@NotNull public io.scanbot.sdk.mrzscanner.MRZScanner getMrzScanner()
public void setMrzScanner(@NotNull
io.scanbot.sdk.mrzscanner.MRZScanner p)
@NotNull public MRZCameraView getMrzCameraView()
public void setMrzCameraView(@NotNull
MRZCameraView p)
public void onCreate(@Nullable
android.os.Bundle savedInstanceState)
@Nullable
public android.view.View onCreateView(@NotNull
android.view.LayoutInflater inflater,
@Nullable
android.view.ViewGroup container,
@Nullable
android.os.Bundle savedInstanceState)
public void onStart()
public void onStop()
@NotNull public io.scanbot.sdk.ui.utils.navigator.Navigator getNavigator()
public void onRequestPermissionsResult(int requestCode,
@NotNull
java.lang.String[] permissions,
@NotNull
kotlin.Array[] grantResults)
public void requestCameraPermission()
public void finishWithResult(@NotNull
io.scanbot.mrzscanner.model.MRZRecognitionResult mrzRecognitionResult)
Delivers scanned MRZ code content to the user