Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Notification] Add PairingType for do not disturb app #6391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sukhyungkang
Copy link
Collaborator

Add property and API for do not disturb all

internal api.

during the do not disturb app(dnd app) is running, notification viewer is not launched.
if the dnd app is terminated, notification viewer is launched.
if posted notification type is pairing type, request to terminate dnd app.
it's terminated launch notification viewer.

@github-actions github-actions bot added the API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 label Oct 2, 2024
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 3, Removed: 0, Changed: 0

Added

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Boolean Tizen.Applications.Notifications.Notification::PairingType()

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static System.Void Tizen.Applications.Notifications.NotificationManager::RegisterDoNotDisturbApp()

+ /// <since_tizen>12</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.EventHandler Tizen.Applications.Notifications.NotificationManager::DisturbReceived

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API12 Platform : Tizen 9.0 / TFM: net6.0-tizen9.0 Internal API Changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants