Tizen Native API
5.0
|
APIs displaying plain text message on the indicator area.
#include <notification.h>
Notification status APIs.
Functions | |
int | notification_status_message_post (const char *message) |
Shows a toast popup window with given message. |
int notification_status_message_post | ( | const char * | message | ) |
Shows a toast popup window with given message.
[in] | message | The messages to be posted |
NOTIFICATION_ERROR_INVALID_PARAMETER | Invalid parameter |
NOTIFICATION_ERROR_FROM_DBUS | Error from DBus |