C# 클래스 UrbanBlimp.Apple.BatchPushRequestSerializer

파일 보기 프로젝트 열기: farhadbheekoo/UrbanBlimp 1 사용 예제들

공개 메소드들

메소드 설명
JsonObject ( PushPayload pushPayload ) : System.Json.JsonObject
Serialize ( this request ) : string
ValidateKey ( string key ) : void

비공개 메소드들

메소드 설명
JsonObj ( PushNotification notification ) : System.Json.JsonObject

메소드 상세

JsonObject() 공개 정적인 메소드

public static JsonObject ( PushPayload pushPayload ) : System.Json.JsonObject
pushPayload PushPayload
리턴 System.Json.JsonObject

Serialize() 공개 정적인 메소드

public static Serialize ( this request ) : string
request this
리턴 string

ValidateKey() 공개 정적인 메소드

public static ValidateKey ( string key ) : void
key string
리턴 void