public class SaveIdCardImagesUseCase
Saves needed fields of the id card as jpeg images in the files repository
@NotNull public static java.lang.String PHOTO_FILE_NAME
@NotNull public static java.lang.String SIGNATURE_FILE_NAME
public static io.scanbot.sdk.ui.view.idcard.interactor.SaveIdCardImagesUseCase.Companion Companion
@Inject
public SaveIdCardImagesUseCase(@NotNull
io.scanbot.sdk.persistance.IdCardFileStorage idCardFileStorage,
@NotNull
io.scanbot.sdk.persistence.fileio.ImageFileIOProcessor imageFileIOProcessor)
Saves needed fields of the id card as jpeg images in the files repository
@NotNull
public io.reactivex.Single<io.scanbot.sdk.ui.view.idcard.entity.IdCardImagesResult> saveIdCardFields(@Nullable
io.scanbot.sdk.idcardscanner.IdScanResult.Field photoField,
@Nullable
io.scanbot.sdk.idcardscanner.IdScanResult.Field signatureField)
Stores the given fields in IdCardFileStorage