Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.exceptions.files
/
FileAccessException
File
Access
Exception
class
FileAccessException
(
val
message
:
String
?
)
:
IOException
Thrown when there is a problems of accessing files of sdk
Members
Constructors
File
Access
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Properties
message
Link copied to clipboard
open
override
val
message
:
String
?