C# 클래스 SensorbergSDK.Internal.Utils.NotificationUtils

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk

공개 메소드들

메소드 설명
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