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.util
/
CursorUtil
Cursor
Util
object
CursorUtil
Helper class to work with
Cursor
s
Members
Functions
close
Quietly
Link copied to clipboard
@
JvmStatic
fun
closeQuietly
(
cursor
:
Cursor
?
)
Closes cursor if it is not
null
or is not closed already
empty
Cursor
Link copied to clipboard
@
JvmStatic
fun
emptyCursor
(
)
:
Cursor
has
Elements
Link copied to clipboard
@
JvmStatic
fun
hasElements
(
cursor
:
Cursor
?
)
:
Boolean