메소드 | 설명 | |
---|---|---|
CreateToastNotification ( BeaconAction beaconAction ) : |
Creates a toast notification instance based on the data of the given beacon action.
|
|
CreateToastNotification ( string textLine1, string textLine2 = null, string textLine3 = null ) : |
For testing and debugging.
|
|
CreateToastTemplate ( BeaconActionType beaconActionType, string subject, string body, string url ) : |
Creates a toast notification template and populates it with the given data.
|
|
ShowToastNotification ( |
public static CreateToastNotification ( BeaconAction beaconAction ) : |
||
beaconAction | BeaconAction | |
리턴 |
public static CreateToastNotification ( string textLine1, string textLine2 = null, string textLine3 = null ) : |
||
textLine1 | string | |
textLine2 | string | |
textLine3 | string | |
리턴 |
public static CreateToastTemplate ( BeaconActionType beaconActionType, string subject, string body, string url ) : |
||
beaconActionType | BeaconActionType | |
subject | string | |
body | string | |
url | string | |
리턴 |
public static ShowToastNotification ( |
||
toastNotification | ||
리턴 | void |