kognigy
2.0.1
kognigy
/
tel.schich.kognigy.protocol
/
SocketIoPacket
/
Event
Event
data
class
Event
(
val
namespace
:
String
?
,
val
acknowledgeId
:
Int
?
,
val
name
:
String
,
val
arguments
:
List
<
JsonElement
>
)
:
SocketIoPacket
,
SocketIoPacket.Namespaced
Content copied to clipboard
Types
Constructors
Properties
Constructors
Event
Link copied to clipboard
fun
Event
(
namespace
:
String
?
,
acknowledgeId
:
Int
?
,
name
:
String
,
arguments
:
List
<
JsonElement
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
acknowledge
Id
Link copied to clipboard
val
acknowledgeId
:
Int
?
Content copied to clipboard
arguments
Link copied to clipboard
val
arguments
:
List
<
JsonElement
>
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
namespace
Link copied to clipboard
open
override
val
namespace
:
String
?
Content copied to clipboard