C# 클래스 cn.jpush.api.push.PushClient

상속: cn.jpush.api.common.BaseHttpClient
파일 보기 프로젝트 열기: jpush/jpush-api-csharp-client 1 사용 예제들

공개 메소드들

메소드 설명
PushClient ( String appKey, String masterSecret ) : System
sendPush ( PushPayload payload ) : MessageResult
sendPush ( string payloadString ) : MessageResult

비공개 메소드들

메소드 설명
Authorization ( ) : String

메소드 상세

PushClient() 공개 메소드

public PushClient ( String appKey, String masterSecret ) : System
appKey String
masterSecret String
리턴 System

sendPush() 공개 메소드

public sendPush ( PushPayload payload ) : MessageResult
payload cn.jpush.api.push.mode.PushPayload
리턴 MessageResult

sendPush() 공개 메소드

public sendPush ( string payloadString ) : MessageResult
payloadString string
리턴 MessageResult