matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.model.message
/
ElementCallNotifyContent
/
ElementCallNotifyContent
Element
Call
Notify
Content
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
)