public class BaseTextDataScannerFragment
Shows Data Scanner aka GenericTextRecognizer camera screen of the application
@Inject @NotNull public io.scanbot.sdk.ui.view.interactor.CheckCameraPermissionUseCase checkCameraPermissionUseCase
@Inject @NotNull public io.scanbot.sdk.generictext.GenericTextRecognizer genericTextRecognizer
@Inject @NotNull public TextDataScannerPresenter textDataScannerPresenter
@NotNull public TextDataScannerView genericTextCameraView
@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.generictext.BaseTextDataScannerFragment.Companion Companion
public BaseTextDataScannerFragment()
Shows Data Scanner aka GenericTextRecognizer camera screen of the 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 io.scanbot.sdk.generictext.GenericTextRecognizer getGenericTextRecognizer()
public void setGenericTextRecognizer(@NotNull
io.scanbot.sdk.generictext.GenericTextRecognizer p)
@NotNull public TextDataScannerPresenter getTextDataScannerPresenter()
public void setTextDataScannerPresenter(@NotNull
TextDataScannerPresenter p)
@NotNull public TextDataScannerView getGenericTextCameraView()
public void setGenericTextCameraView(@NotNull
TextDataScannerView 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()