toggle menu
stream-chat-android
6.6.0
androidJvm
switch theme
search in API
stream-chat-android-client
/
io.getstream.chat.android.client.events
/
UnknownEvent
Unknown
Event
data
class
UnknownEvent
(
val
type
:
String
,
val
createdAt
:
Date
,
val
rawCreatedAt
:
String
,
val
user
:
User
?
,
val
rawData
:
Map
<
*
,
*
>
)
:
ChatEvent
Triggered when event type is not supported
Members
Members & Extensions
Constructors
Unknown
Event
Link copied to clipboard
constructor
(
type
:
String
,
createdAt
:
Date
,
rawCreatedAt
:
String
,
user
:
User
?
,
rawData
:
Map
<
*
,
*
>
)
Properties
created
At
Link copied to clipboard
open
override
val
createdAt
:
Date
raw
Created
At
Link copied to clipboard
open
override
val
rawCreatedAt
:
String
raw
Data
Link copied to clipboard
val
rawData
:
Map
<
*
,
*
>
type
Link copied to clipboard
open
override
val
type
:
String
user
Link copied to clipboard
val
user
:
User
?
Inherited properties
seq
Link copied to clipboard
val
seq
:
Int
Inherited functions
enrich
If
Needed
Link copied to clipboard
fun
ChatEvent
.
enrichIfNeeded
(
)
:
ChatEvent