C# Класс SensorbergSDK.Internal.Utils.NotificationUtils

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

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

Метод Описание
CreateToastNotification ( BeaconAction beaconAction ) : ToastNotification

Creates a toast notification instance based on the data of the given beacon action.

CreateToastNotification ( string textLine1, string textLine2 = null, string textLine3 = null ) : ToastNotification

For testing and debugging.

CreateToastTemplate ( BeaconActionType beaconActionType, string subject, string body, string url ) : XmlDocument

Creates a toast notification template and populates it with the given data.

ShowToastNotification ( ToastNotification toastNotification ) : void

Описание методов

CreateToastNotification() публичный статический Метод

Creates a toast notification instance based on the data of the given beacon action.
public static CreateToastNotification ( BeaconAction beaconAction ) : ToastNotification
beaconAction BeaconAction
Результат Windows.UI.Notifications.ToastNotification

CreateToastNotification() публичный статический Метод

For testing and debugging.
public static CreateToastNotification ( string textLine1, string textLine2 = null, string textLine3 = null ) : ToastNotification
textLine1 string
textLine2 string
textLine3 string
Результат Windows.UI.Notifications.ToastNotification

CreateToastTemplate() публичный статический Метод

Creates a toast notification template and populates it with the given data.
public static CreateToastTemplate ( BeaconActionType beaconActionType, string subject, string body, string url ) : XmlDocument
beaconActionType BeaconActionType
subject string
body string
url string
Результат Windows.Data.Xml.Dom.XmlDocument

ShowToastNotification() публичный статический Метод

public static ShowToastNotification ( ToastNotification toastNotification ) : void
toastNotification Windows.UI.Notifications.ToastNotification
Результат void