C# 클래스 Naylah.Toolkit.UWP.Services.Communication.WindowsNotificationService

파일 보기 프로젝트 열기: NaylahProject/Naylah.Toolkit.UWP 1 사용 예제들

공개 메소드들

메소드 설명
CreateToastContent ( ) : ToastContent
Initialize ( ) : System.Threading.Tasks.Task
ShowNotification ( MessageOptions messageOptions ) : System.Threading.Tasks.Task
WindowsNotificationService ( ) : NotificationsExtensions.Toasts

비공개 메소드들

메소드 설명
ShowNotificationImmediate ( ToastContent content, DateTimeOffset expiration = null, string tag = "", string group = "", Action activatedEvent = null ) : void

메소드 상세

CreateToastContent() 공개 메소드

public CreateToastContent ( ) : ToastContent
리턴 NotificationsExtensions.Toasts.ToastContent

Initialize() 공개 메소드

public Initialize ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ShowNotification() 공개 메소드

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

WindowsNotificationService() 공개 메소드

public WindowsNotificationService ( ) : NotificationsExtensions.Toasts
리턴 NotificationsExtensions.Toasts