Tizen Native API
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)
 Sends a string (message) to the notification status monitor.

Function Documentation

int notification_status_message_post ( const char *  message)

Sends a string (message) to the notification status monitor.

Since :
2.3.1
Privilege Level:
public
Privilege:
http://tizen.org/privilege/notification
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
NOTIFICATION_ERROR_PERMISSION_DENIEDThe application does not have the privilege to call this method
See also:
notification_error_e