Метод | Описание | |
---|---|---|
PushWinPhoneRawNotificationAsync ( string content ) : Task |
||
PushWinPhoneTileAsync ( string tileTemplate, string backgroundImage = null, string title = null, int count = null ) : Task |
||
PushWinPhoneToastAsync ( string text1, string text2 ) : Task |
||
WinPhonePushNotifications ( ) : System | ||
WinPhonePushNotifications ( |
Метод | Описание | |
---|---|---|
FlipTileUpdate ( string backgroundImage = null, string title = null, int count = null ) : System.Xml.Linq.XElement | ||
IconicTileUpdate ( string title = null, int count = null ) : System.Xml.Linq.XElement | ||
PushWinPhoneUpdate ( |
||
TileUpdate ( string tileTemplate, string backgroundImage = null, string title = null, int count = null ) : System.Xml.Linq.XElement | ||
Toast ( string text1, string text2 ) : System.Xml.Linq.XElement |
public PushWinPhoneRawNotificationAsync ( string content ) : Task |
||
content | string | |
Результат | Task |
public PushWinPhoneTileAsync ( string tileTemplate, string backgroundImage = null, string title = null, int count = null ) : Task |
||
tileTemplate | string | |
backgroundImage | string | |
title | string | |
count | int | |
Результат | Task |
public PushWinPhoneToastAsync ( string text1, string text2 ) : Task |
||
text1 | string | |
text2 | string | |
Результат | Task |
public WinPhonePushNotifications ( ) : System | ||
Результат | System |
public WinPhonePushNotifications ( |
||
httpClient | ||
channelUri | ||
Результат | System |