Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.exceptions.imageprocessing
/
BitmapAccessException
Bitmap
Access
Exception
class
BitmapAccessException
(
val
message
:
String
?
)
:
IOException
Thrown when there is a problems of accessing Bitmap or its null after decoding or processing
Members
Constructors
Bitmap
Access
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?