Class documentation
#
DashboardViewArguments ClassDefines the arguments for the dashboard view.
Property | Type | Description |
---|---|---|
didMissedCallNotificationLaunchApp | bool | Indicates if the app was launched due to a missed call notification. |
#
ChatViewArguments ClassDefines the arguments for the chat view.
Property | Type | Description |
---|---|---|
chatJid | String | The JID of the chat. |
topicId | String | The ID of the topic. |
didNotificationLaunchApp | bool | Indicates if the app was launched due to a notification. |
isUser | bool | Indicates if the chat is with a user. |
messageId | String? | The ID of the message. |
enableCalls | bool | Indicates if calls are enabled. |
showChatDeliveryIndicator | bool | Indicates if the chat delivery indicator should be shown. |
disableAppBar | bool | Indicates if the app bar should be disabled. |
enableSwipeToReply | bool | Indicates if swipe to reply is enabled. |
#
ContactListArguments ClassDefines the arguments for the contact list.
Property | Type | Description |
---|---|---|
messageIds | List<String> | The list of message IDs. |
groupJid | String | The JID of the group. |
topicId | String | The ID of the topic. |
callType | String | The type of call. |
forMakeCall | bool | Indicates if the arguments are for making a call. |
forGroup | bool | Indicates if the arguments are for a group. |
#
ChatInfoArguments ClassDefines the arguments for the chat info view.
Property | Type | Description |
---|---|---|
chatJid | String | The JID of the chat. |
disableAppBar | bool | Indicates if the app bar should be disabled. |
#
ViewAllMediaArguments ClassDefines the arguments for the view all media page.
Property | Type | Description |
---|---|---|
chatJid | String | The JID of the chat. |