C# Class Edi.UWP.Helpers.ToastHelper

Afficher le fichier Open project: EdiWang/UWP-Helpers

Méthodes publiques

Méthode 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

Méthode Description
PopCustomToast ( XmlDocument doc, string tag, string group ) : ToastNotification

Method Details

PopCustomToast() public static méthode

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

PopCustomToast() public static méthode

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
Résultat Windows.UI.Notifications.ToastNotification

PopToast() public static méthode

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

PopToast() public static méthode

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
Résultat Windows.UI.Notifications.ToastNotification

ToString() public static méthode

public static ToString ( ValueSet valueSet ) : string
valueSet ValueSet
Résultat string