언어 설정

Menu
Sites
Language
Is it possible to use a custom Quick Panel for Notifications?

I need to use a Quick Panel with buttons such as a Popup for notifications.

But, There's no way? to set a custom controls for notifications in Tizen::Shell::NotificationManager and Tizen::Shell::NotificationRequest.

or Is there any way to pop up a control from Service Application at home screen(when the UI application is background)?

Responses

1 댓글
Shafiqul Islam

Yes. It is possible to add buttons in quick panel for notifications. Tizen provides Mini Control api for creating custom buttons, text, image etc. in Quick panel.

Mini control buttons can be added both in quick panel and lock screen. The following link provides an overview of mini controls in tizen.
https://developer.tizen.org/ko/development/guides/native-application/ui-framework/minicontrol?langredirect=1

For creating mini controls “minicontrol_create_window()” is used. The below link provides step by step guidelines to create mini control buttons and event handling in quick panel.
https://developer.tizen.org/ko/development/tutorials/native-application/ui-framework/minicontrol?langredirect=1