toggle menu
scanbot-sdk-compose-multiplatform
android
common
ios
switch theme
search in API
scanbot-sdk-compose-multiplatform
/
io.scanbot.sdk.compose.multiplatform.picker
/
SharedImage
Shared
Image
android
common
ios
actual
class
SharedImage
expect
class
SharedImage
actual
class
SharedImage
Members
Constructors
Shared
Image
Link copied to clipboard
android
ios
constructor
(
uri
:
Uri
,
contentResolver
:
ContentResolver
)
constructor
(
image
:
<Error class: unknown class>
?
)
Properties
image
Bitmap
Link copied to clipboard
android
common
ios
actual
val
imageBitmap
:
ImageBitmap
?
expect
val
imageBitmap
:
ImageBitmap
?
actual
val
imageBitmap
:
ImageBitmap
?
Functions
get
File
Path
Link copied to clipboard
android
common
ios
actual
fun
getFilePath
(
)
:
String
?
expect
fun
getFilePath
(
)
:
String
?
actual
fun
getFilePath
(
)
:
String
?
to
Byte
Array
Link copied to clipboard
android
common
ios
actual
fun
toByteArray
(
)
:
ByteArray
?
expect
fun
toByteArray
(
)
:
ByteArray
?
actual
fun
toByteArray
(
)
:
ByteArray
?