C# Class IronPigeon.Relay.WinPhonePushNotifications

Afficher le fichier Open project: AArnott/IronPigeon

Méthodes publiques

Méthode Description
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 ( HttpClient httpClient, Uri channelUri ) : System

Private Methods

Méthode Description
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 ( HttpRequestMessage request ) : Task
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

Method Details

PushWinPhoneRawNotificationAsync() public méthode

public PushWinPhoneRawNotificationAsync ( string content ) : Task
content string
Résultat Task

PushWinPhoneTileAsync() public méthode

public PushWinPhoneTileAsync ( string tileTemplate, string backgroundImage = null, string title = null, int count = null ) : Task
tileTemplate string
backgroundImage string
title string
count int
Résultat Task

PushWinPhoneToastAsync() public méthode

public PushWinPhoneToastAsync ( string text1, string text2 ) : Task
text1 string
text2 string
Résultat Task

WinPhonePushNotifications() public méthode

public WinPhonePushNotifications ( ) : System
Résultat System

WinPhonePushNotifications() public méthode

public WinPhonePushNotifications ( HttpClient httpClient, Uri channelUri ) : System
httpClient System.Net.Http.HttpClient
channelUri System.Uri
Résultat System