shared
1.22.2
android
common
ios
shared
/
io.dyte.core.socket
/
SocketEvent
Socket
Event
android
common
ios
actual
sealed
class
SocketEvent
<
T
>
:
Mapper
<
T
>
Inheritors
Connect
Connecting
Disconnect
Error
Message
Reconnect
ReconnectAttempt
Ping
Pong
expect
sealed
class
SocketEvent
<
T
>
Inheritors
Connect
Connecting
Disconnect
Error
Message
Reconnect
ReconnectAttempt
Ping
Pong
actual
sealed
class
SocketEvent
<
T
>
:
Mapper
<
T
>
Inheritors
Connect
Connecting
Disconnect
Error
Message
Reconnect
ReconnectAttempt
Ping
Pong
Members
Types
Companion
Link copied to clipboard
ios
object
Companion
Connect
Link copied to clipboard
android
common
ios
actual
object
Connect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Connect
:
SocketEvent
<
Unit
>
actual
object
Connect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Connecting
Link copied to clipboard
android
common
ios
actual
object
Connecting
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Connecting
:
SocketEvent
<
Unit
>
actual
object
Connecting
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Disconnect
Link copied to clipboard
android
common
ios
actual
object
Disconnect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Disconnect
:
SocketEvent
<
Unit
>
actual
object
Disconnect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Error
Link copied to clipboard
android
common
ios
actual
object
Error
:
SocketEvent
<
Any
>
expect
object
Error
:
SocketEvent
<
Any
>
actual
object
Error
:
SocketEvent
<
Any
>
Message
Link copied to clipboard
android
common
ios
actual
object
Message
:
SocketEvent
<
Any
>
expect
object
Message
:
SocketEvent
<
Any
>
actual
object
Message
:
SocketEvent
<
Any
>
Ping
Link copied to clipboard
android
common
ios
actual
object
Ping
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Ping
:
SocketEvent
<
Unit
>
actual
object
Ping
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Pong
Link copied to clipboard
android
common
ios
actual
object
Pong
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Pong
:
SocketEvent
<
Unit
>
actual
object
Pong
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Reconnect
Link copied to clipboard
android
common
ios
actual
object
Reconnect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
expect
object
Reconnect
:
SocketEvent
<
Unit
>
actual
object
Reconnect
:
SocketEvent
<
Unit
>
,
Mapper
<
Unit
>
Reconnect
Attempt
Link copied to clipboard
android
common
ios
actual
object
ReconnectAttempt
:
SocketEvent
<
Int
>
expect
object
ReconnectAttempt
:
SocketEvent
<
Int
>
actual
object
ReconnectAttempt
:
SocketEvent
<
Int
>
Properties
socket
Io
Events
Link copied to clipboard
android
ios
abstract
val
socketIoEvents
:
List
<
String
>
abstract
val
socketIoEvents
:
List
<
String
>
Functions
mapper
Link copied to clipboard
android
ios
abstract
fun
mapper
(
array
:
Array
<
out
Any
>
)
:
T
abstract
fun
mapper
(
array
:
Array
<
out
Any
>
)
:
T