Languages

Menu
Sites
Language
what is badge number for NotificationManager

I'd like to implement a Notification(service). I don't what is badge number use for?

btw, if I would like to change the type of notification, How? I need to click notification when it pop up. and after click it, I would like to call UI side, how?

thanks

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

7 Replies
muditha murthy
According to your title of the question if your doubt is how to get badge number for notification manager then you can use the API int Tizen::Shell::NotificationManager::GetBadgeNumber And if you want to change the type of notification this scenario is well depicted in notificationManager sample app. Kindly refer it.
stig wang
Hi Muditha, I know how to get Badge number, I just don't know for what purposes will the badge number be used. btw, would you please tell me where is the NotificationManager sample App?
muditha murthy
NotificationManager sample app comes within the SDK samples. File >new >Tizen native project > sample
stig wang
Thank you for you reply, but I still can't find the sample. there is no such project about notification in sample panel of tizen native project. if you can give me the exactly name is better.
muditha murthy
The sample app name is only "NotificationManager" and is available in samples only. I am using the new released version 2.2.beta SDK.
Madhuri A
The badge numbers are used for example to show the number of unread messages, to show missed call numbers etc.
stig wang
Hi Madhuri, thank you for your reply. it's very useful for me. now I can understand the meaning of badge number. thanks!