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
Package-level
declarations
Types
Types
Plugin
Error
Link copied to clipboard
android
common
ios
actual
sealed
class
PluginError
:
RtkError
expect
sealed
class
PluginError
:
RtkError
actual
sealed
class
PluginError
:
RtkError
Plugin
Error
Code
Link copied to clipboard
ios
enum
PluginErrorCode
:
Enum
<
PluginErrorCode
>
,
ErrorCode
Rtk
Plugin
Link copied to clipboard
class
RtkPlugin
RealtimeKit Plugin
Rtk
Plugin
File
Link copied to clipboard
android
common
ios
actual
class
RtkPluginFile
(
val
resultCode
:
Int
,
val
data
:
Intent
?
=
null
)
expect
class
RtkPluginFile
actual
typealias
RtkPluginFile
=
Unit
Rtk
Plugins
Link copied to clipboard
class
RtkPlugins
:
PublicAPIEmitter
<
RtkPluginsEventListener
>
RealtimeKit Plugins
Rtk
Plugins
Event
Listener
Link copied to clipboard
interface
RtkPluginsEventListener
:
ExternalEventListener
RealtimeKit Plugin events listener
Rtk
Plugin
Web
View
Link copied to clipboard
android
class
RtkPluginWebView
(
context
:
Context
)
:
WebView