shared
1.23.2
android
common
ios
shared
/
io.dyte.core.platform
/
DytePluginFile
Dyte
Plugin
File
android
common
ios
actual
data
class
DytePluginFile
(
val
resultCode
:
Int
,
val
data
:
Intent
?
=
null
)
expect
class
DytePluginFile
actual
typealias
DytePluginFile
=
Nothing
Members
Constructors
Dyte
Plugin
File
Link copied to clipboard
android
constructor
(
resultCode
:
Int
,
data
:
Intent
?
=
null
)
Properties
data
Link copied to clipboard
android
val
data
:
Intent
?
=
null
result
Code
Link copied to clipboard
android
val
resultCode
:
Int