C# Class Edi.UWP.Helpers.ToastHelper

Exibir arquivo Open project: EdiWang/UWP-Helpers

Public Methods

Method Description
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

Private Methods

Method Description
PopCustomToast ( XmlDocument doc, string tag, string group ) : ToastNotification

Method Details

PopCustomToast() public static method

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

PopCustomToast() public static method

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
return Windows.UI.Notifications.ToastNotification

PopToast() public static method

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

PopToast() public static method

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
return Windows.UI.Notifications.ToastNotification

ToString() public static method

public static ToString ( ValueSet valueSet ) : string
valueSet ValueSet
return string