C# 클래스 Edi.UWP.Helpers.ToastHelper

파일 보기 프로젝트 열기: EdiWang/UWP-Helpers

공개 메소드들

메소드 설명
PopCustomToast ( string xml ) : ToastNotification

Show notification by custom xml

PopCustomToast ( string xml, string tag, string group ) : ToastNotification

Show notification by custom xml

PopToast ( string title, string content ) : ToastNotification

Show notification in Action Center

PopToast ( string title, string content, string tag, string group ) : ToastNotification

Show notification in Action Center

ToString ( ValueSet valueSet ) : string

비공개 메소드들

메소드 설명
PopCustomToast ( XmlDocument doc, string tag, string group ) : ToastNotification

메소드 상세

PopCustomToast() 공개 정적인 메소드

Show notification by custom xml
public static PopCustomToast ( string xml ) : ToastNotification
xml string notification xml
리턴 Windows.UI.Notifications.ToastNotification

PopCustomToast() 공개 정적인 메소드

Show notification by custom xml
public static PopCustomToast ( string xml, string tag, string group ) : ToastNotification
xml string notification xml
tag string tag
group string group
리턴 Windows.UI.Notifications.ToastNotification

PopToast() 공개 정적인 메소드

Show notification in Action Center
public static PopToast ( string title, string content ) : ToastNotification
title string Notification title
content string Notification content
리턴 Windows.UI.Notifications.ToastNotification

PopToast() 공개 정적인 메소드

Show notification in Action Center
public static PopToast ( string title, string content, string tag, string group ) : ToastNotification
title string Notification title
content string Notification content
tag string Tag
group string Group
리턴 Windows.UI.Notifications.ToastNotification

ToString() 공개 정적인 메소드

public static ToString ( ValueSet valueSet ) : string
valueSet ValueSet
리턴 string