Class documentation

DashboardViewArguments Class#

Defines the arguments for the dashboard view.

PropertyTypeDescription
didMissedCallNotificationLaunchAppboolIndicates if the app was launched due to a missed call notification.

ChatViewArguments Class#

Defines the arguments for the chat view.

PropertyTypeDescription
chatJidStringThe JID of the chat.
topicIdStringThe ID of the topic.
didNotificationLaunchAppboolIndicates if the app was launched due to a notification.
isUserboolIndicates if the chat is with a user.
messageIdString?The ID of the message.
enableCallsboolIndicates if calls are enabled.
showChatDeliveryIndicatorboolIndicates if the chat delivery indicator should be shown.
disableAppBarboolIndicates if the app bar should be disabled.
enableSwipeToReplyboolIndicates if swipe to reply is enabled.

ContactListArguments Class#

Defines the arguments for the contact list.

PropertyTypeDescription
messageIdsList<String>The list of message IDs.
groupJidStringThe JID of the group.
topicIdStringThe ID of the topic.
callTypeStringThe type of call.
forMakeCallboolIndicates if the arguments are for making a call.
forGroupboolIndicates if the arguments are for a group.

ChatInfoArguments Class#

Defines the arguments for the chat info view.

PropertyTypeDescription
chatJidStringThe JID of the chat.
disableAppBarboolIndicates if the app bar should be disabled.

ViewAllMediaArguments Class#

Defines the arguments for the view all media page.

PropertyTypeDescription
chatJidStringThe JID of the chat.