Skip to main content

Module message_dialogs

Module message_dialogs 

Source
Expand description

Common message dialogs.

Structsยง

ConfirmLeaveRoomResponse ๐Ÿ”’
A response to the dialog to confirm leaving a room
ConfirmRoomMemberDestructiveActionResponse ๐Ÿ”’
A response to the dialog to confirm a โ€œdestructiveโ€ action on a room member.

Enumsยง

RoomMemberDestructiveAction ๐Ÿ”’
The room member destructive actions that need to be confirmed.
UnsavedChangesResponse ๐Ÿ”’
A response to the dialog to choose what to do about unsaved changes.

Functionsยง

confirm_leave_room_dialog ๐Ÿ”’
Show a dialog to confirm leaving a room.
confirm_mute_room_member_dialog ๐Ÿ”’
Show a dialog to confirm muting one or several room members.
confirm_own_demotion_dialog ๐Ÿ”’
Show a dialog to confirm the demotion of our own user.
confirm_room_member_destructive_action_dialog ๐Ÿ”’
Show a dialog to confirm the given โ€œdestructiveโ€ action on the given room member.
confirm_set_room_member_power_level_same_as_own_dialog ๐Ÿ”’
Show a dialog to confirm setting the power level of one or several room members with the same value as our own.
unsaved_changes_dialog ๐Ÿ”’
Show a dialog for the user to choose what to do about unsaved changes.