C# Класс Edi.UWP.Helpers.ToastHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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