C# Класс IronPigeon.Relay.WinPhonePushNotifications

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

PushWinPhoneRawNotificationAsync() публичный Метод

public PushWinPhoneRawNotificationAsync ( string content ) : Task
content string
Результат Task

PushWinPhoneTileAsync() публичный Метод

public PushWinPhoneTileAsync ( string tileTemplate, string backgroundImage = null, string title = null, int count = null ) : Task
tileTemplate string
backgroundImage string
title string
count int
Результат Task

PushWinPhoneToastAsync() публичный Метод

public PushWinPhoneToastAsync ( string text1, string text2 ) : Task
text1 string
text2 string
Результат Task

WinPhonePushNotifications() публичный Метод

public WinPhonePushNotifications ( ) : System
Результат System

WinPhonePushNotifications() публичный Метод

public WinPhonePushNotifications ( HttpClient httpClient, Uri channelUri ) : System
httpClient System.Net.Http.HttpClient
channelUri System.Uri
Результат System