C# Class SensorbergSDK.Internal.Utils.NotificationUtils

Afficher le fichier Open project: sensorberg-dev/windows10-sdk

Méthodes publiques

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

Method Details

CreateToastNotification() public static méthode

Creates a toast notification instance based on the data of the given beacon action.
public static CreateToastNotification ( BeaconAction beaconAction ) : ToastNotification
beaconAction BeaconAction
Résultat Windows.UI.Notifications.ToastNotification

CreateToastNotification() public static méthode

For testing and debugging.
public static CreateToastNotification ( string textLine1, string textLine2 = null, string textLine3 = null ) : ToastNotification
textLine1 string
textLine2 string
textLine3 string
Résultat Windows.UI.Notifications.ToastNotification

CreateToastTemplate() public static méthode

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
Résultat Windows.Data.Xml.Dom.XmlDocument

ShowToastNotification() public static méthode

public static ShowToastNotification ( ToastNotification toastNotification ) : void
toastNotification Windows.UI.Notifications.ToastNotification
Résultat void