kodi
|
Payload sent for message TMSG_GUI_DIALOG_YESNO. More...
#include "messaging/helpers/DialogHelper.h"
Public Attributes | |
CVariant | heading |
Heading to be displayed in the dialog box. | |
CVariant | text |
Body text to be displayed, this is mutually exclusive with lines below. | |
std::array< CVariant, 3 > | lines |
Body text to be displayed, specified as three lines. This is mutually exclusive with the text above. | |
CVariant | yesLabel |
Text to show on the yes button. | |
CVariant | noLabel |
Text to show on the no button. | |
CVariant | customLabel |
Text to show on the 3rd custom button. | |
uint32_t | autoclose {0} |
Time in milliseconds before autoclosing the dialog, 0 means don't autoclose. | |
Payload sent for message TMSG_GUI_DIALOG_YESNO.