| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Namespaces | |
| namespace | KODI | 
| namespace | KODI::MESSAGING | 
| namespace | KODI::MESSAGING::HELPERS | 
Functions | |
| bool | KODI::MESSAGING::HELPERS::ShowOKDialogText (CVariant heading, CVariant text) | 
| This is a helper method to send a threadmessage to open a Ok dialog box.   | |
| void | KODI::MESSAGING::HELPERS::UpdateOKDialogText (CVariant heading, CVariant text) | 
| This is a helper method to send a threadmessage to update a Ok dialog text.   | |
| bool | KODI::MESSAGING::HELPERS::ShowOKDialogLines (CVariant heading, CVariant line0, CVariant line1=CVariant(), CVariant line2=CVariant()) | 
| This is a helper method to send a threadmessage to open a OK dialog box.   | |