kotlin-phoenix
1.0.4
common
kotlinphoenix-client
/
io.github.ajacquierbret.kotlinphoenix.client
/
Channel
/
Event
Event
common
enum
Event
:
Enum
<
Channel.Event
>
Content copied to clipboard
Channel
specific events
Entries
Types
Properties
Entries
CLOSE
Link copied to clipboard
common
CLOSE
(
"phx_close"
)
Content copied to clipboard
ERROR
Link copied to clipboard
common
ERROR
(
"phx_error"
)
Content copied to clipboard
REPLY
Link copied to clipboard
common
REPLY
(
"phx_reply"
)
Content copied to clipboard
LEAVE
Link copied to clipboard
common
LEAVE
(
"phx_leave"
)
Content copied to clipboard
JOIN
Link copied to clipboard
common
JOIN
(
"phx_join"
)
Content copied to clipboard
HEARTBEAT
Link copied to clipboard
common
HEARTBEAT
(
"heartbeat"
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
String
Content copied to clipboard