matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.message
/
ElementCallNotifyContent
Element
Call
Notify
Content
@
JsonClass
(
generateAdapter
=
true
)
data
class
ElementCallNotifyContent
(
@
Json
(
name
=
"application"
)
val
application
:
String
?
=
null
,
@
Json
(
name
=
"call_id"
)
val
callId
:
String
?
=
null
,
@
Json
(
name
=
"m.mentions"
)
val
mentions
:
Mentions
?
=
null
,
@
Json
(
name
=
"notify_type"
)
val
notifyType
:
String
?
=
null
)
Members
Members & Extensions
Constructors
Element
Call
Notify
Content
Link copied to clipboard
constructor
(
@
Json
(
name
=
"application"
)
application
:
String
?
=
null
,
@
Json
(
name
=
"call_id"
)
callId
:
String
?
=
null
,
@
Json
(
name
=
"m.mentions"
)
mentions
:
Mentions
?
=
null
,
@
Json
(
name
=
"notify_type"
)
notifyType
:
String
?
=
null
)
Functions
is
User
Mentioned
Link copied to clipboard
fun
ElementCallNotifyContent
.
isUserMentioned
(
userId
:
String
)
:
Boolean
Properties
application
Link copied to clipboard
val
application
:
String
?
=
null
call
Id
Link copied to clipboard
val
callId
:
String
?
=
null
mentions
Link copied to clipboard
val
mentions
:
Mentions
?
=
null
notify
Type
Link copied to clipboard
val
notifyType
:
String
?
=
null