C# 클래스 Microsoft.WindowsAzure.MobileServices.Test.PushFunctional

파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
PushFunctional ( ) : System.Linq
RegisterAsyncWithTemplatesAndSecondaryTiles ( ) : System.Threading.Tasks.Task
WnsToastPushTest ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
BuildXmlToastPayload ( string wnsMethod, string text1 ) : System.Xml.Linq.XElement
GetChannelUri ( ) : Task
GetSecondaryTiles ( string channelUri, string tag, bool expectedTiles = false ) : Newtonsoft.Json.Linq.JObject
GetTemplates ( string tag ) : Newtonsoft.Json.Linq.JObject
GetTemplates ( string tag, bool templateBodyJson = false ) : Newtonsoft.Json.Linq.JObject
InitialDeleteRegistrationsAsync ( ) : System.Threading.Tasks.Task
LoginRegisterAsync ( ) : System.Threading.Tasks.Task
NSDataFromDescription ( string hexString ) : NSData
RegisterAsync ( ) : System.Threading.Tasks.Task
RegisterAsyncTemplatesAndOverride ( ) : System.Threading.Tasks.Task
RegisterAsyncTemplatesWithJsonBody ( ) : System.Threading.Tasks.Task
TrimDeviceToken ( string deviceToken ) : string
UnregisterAsync ( ) : System.Threading.Tasks.Task
VerifyRegistration ( string>.Dictionary parameters, Microsoft.WindowsAzure.MobileServices.Test.Push push ) : System.Threading.Tasks.Task
pushChannel_PushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void

메소드 상세

PushFunctional() 공개 메소드

public PushFunctional ( ) : System.Linq
리턴 System.Linq

RegisterAsyncWithTemplatesAndSecondaryTiles() 공개 메소드

public RegisterAsyncWithTemplatesAndSecondaryTiles ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

WnsToastPushTest() 공개 메소드

public WnsToastPushTest ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task