public class SaveTakenPictureUseCase
Saves taken camera pictures in the in-memory repository
| Constructor and Description |
|---|
SaveTakenPictureUseCase(io.scanbot.sdk.persistence.DraftPagesRepository draftSnapRepository)
Saves taken camera pictures in the in-memory repository
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<io.scanbot.sdk.persistence.Page> |
saveTakenPicture(byte[] image,
int imageOrientation)
Stores taken picture in DraftPagesRepository
|