Tizen Native API
5.5
|
APIs displaying plain text message on the indicator area.
Required Header
#include <notification.h>
Overview
Notification status APIs.
Functions | |
int | notification_status_message_post (const char *message) |
Shows a toast popup window with given message. |
Function Documentation
int notification_status_message_post | ( | const char * | message | ) |
Shows a toast popup window with given message.
- Since :
- 2.3
- Parameters:
-
[in] message The messages to be posted
- Returns:
- NOTIFICATION_ERROR_NONE on success, otherwise any other value on failure
- Return values:
-
NOTIFICATION_ERROR_INVALID_PARAMETER Invalid parameter NOTIFICATION_ERROR_FROM_DBUS Error from DBus
- See also:
- notification_error_e