C# Class cn.jpush.api.push.PushClient

Inheritance: cn.jpush.api.common.BaseHttpClient
Afficher le fichier Open project: jpush/jpush-api-csharp-client Class Usage Examples

Méthodes publiques

Méthode Description
PushClient ( String appKey, String masterSecret ) : System
sendPush ( PushPayload payload ) : MessageResult
sendPush ( string payloadString ) : MessageResult

Private Methods

Méthode Description
Authorization ( ) : String

Method Details

PushClient() public méthode

public PushClient ( String appKey, String masterSecret ) : System
appKey String
masterSecret String
Résultat System

sendPush() public méthode

public sendPush ( PushPayload payload ) : MessageResult
payload cn.jpush.api.push.mode.PushPayload
Résultat MessageResult

sendPush() public méthode

public sendPush ( string payloadString ) : MessageResult
payloadString string
Résultat MessageResult