C# 클래스 IronPigeon.Relay.WinPhonePushNotifications

파일 보기 프로젝트 열기: AArnott/IronPigeon

공개 메소드들

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