core
Toggle table of contents
1.2.0
android
common
ios
Platform filter
android
common
ios
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.plugins
/
RtkPluginFile
Rtk
Plugin
File
android
common
ios
actual
class
RtkPluginFile
(
val
resultCode
:
Int
,
val
data
:
Intent
?
=
null
)
expect
class
RtkPluginFile
actual
typealias
RtkPluginFile
=
Unit
Members
Constructors
Rtk
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