General dialog functions
These functions can be used for all types of dialogs.
Related links
- Functions in dialog.h
Functions that are available for working with dialogs.
- dialog_request_events()
Start receiving dialog events.
- dialog_get_domain()
Get the unique domain ID for the dialog service.
- dialog_show()
Display a dialog.
- dialog_update()
Update a dialog.
- dialog_cancel()
Cancel a dialog.
- dialog_destroy()
Destroy a dialog.
- dialog_stop_events()
Stop receiving dialog events.