Tizen Native API
Functions
Notification Status
Notification

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.

Required Header

#include <notification.h>

Overview

Notification status APIs


Function Documentation

int notification_status_message_post ( const char *  message)

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

Since :
2.3
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

Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License