Tizen Native API
|
Functions | |
int | notification_status_message_post (const char *message) |
Sends a string (message) to the notification status monitor. |
APIs displaying plain text message on the indicator area.
#include <notification.h>
Notification status APIs
int notification_status_message_post | ( | const char * | message | ) |
Sends a string (message) to the notification status monitor.
[in] | message | The messages to be posted |
NOTIFICATION_ERROR_INVALID_PARAMETER | Invalid parameter |
NOTIFICATION_ERROR_FROM_DBUS | Error from DBus |
NOTIFICATION_ERROR_PERMISSION_DENIED | The application does not have the privilege to call this method |