Tizen Native API  7.0
Notification Status

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]messageThe messages to be posted
Returns:
NOTIFICATION_ERROR_NONE on success, otherwise any other value on failure
Return values:
NOTIFICATION_ERROR_INVALID_PARAMETERInvalid parameter
NOTIFICATION_ERROR_FROM_DBUSError from DBus
See also:
notification_error_e