//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/stashPicture
stashPicture
[androidJvm]\
fun stashPicture(context: Context, picture: ScanPicture, autoDelete: Boolean = false): Uri
Deprecated
Removed!
Replace with
ScanPicture.write()
Common way to store picture with internal data
Return
Uri to stashed picture
Parameters
androidJvm
context | Android’s Context |
picture | ScanPicture to stash |
autoDelete | mark file as delete after exit |
[androidJvm]\
fun stashPicture(picture: ScanPicture, file: File): Uri
Deprecated
Removed!
Replace with
ScanPicture.write()
Stash picture to specified file
Return
Uri to stashed picture
Parameters
androidJvm
picture | ScanPicture to stash |
file | stash location |