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

Exibir arquivo Open project: NaylahProject/Naylah.Toolkit.UWP Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

CreateToastContent() public method

public CreateToastContent ( ) : ToastContent
return NotificationsExtensions.Toasts.ToastContent

Initialize() public method

public Initialize ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ShowNotification() public method

public ShowNotification ( MessageOptions messageOptions ) : System.Threading.Tasks.Task
messageOptions MessageOptions
return System.Threading.Tasks.Task

WindowsNotificationService() public method

public WindowsNotificationService ( ) : NotificationsExtensions.Toasts
return NotificationsExtensions.Toasts