C# Class Naylah.Toolkit.UWP.Services.Communication.WindowsNotificationService

Afficher le fichier Open project: NaylahProject/Naylah.Toolkit.UWP Class Usage Examples

Méthodes publiques

Méthode Description
CreateToastContent ( ) : ToastContent
Initialize ( ) : System.Threading.Tasks.Task
ShowNotification ( MessageOptions messageOptions ) : System.Threading.Tasks.Task
WindowsNotificationService ( ) : NotificationsExtensions.Toasts

Private Methods

Méthode Description
ShowNotificationImmediate ( ToastContent content, DateTimeOffset expiration = null, string tag = "", string group = "", Action activatedEvent = null ) : void

Method Details

CreateToastContent() public méthode

public CreateToastContent ( ) : ToastContent
Résultat NotificationsExtensions.Toasts.ToastContent

Initialize() public méthode

public Initialize ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ShowNotification() public méthode

public ShowNotification ( MessageOptions messageOptions ) : System.Threading.Tasks.Task
messageOptions MessageOptions
Résultat System.Threading.Tasks.Task

WindowsNotificationService() public méthode

public WindowsNotificationService ( ) : NotificationsExtensions.Toasts
Résultat NotificationsExtensions.Toasts