C# Class Netronics.Mobile.Push.Push

显示文件 Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
AddPush ( Client client, JToken message ) : void
Push ( Mobile mobile ) : System
RemovePush ( Client client, JToken message ) : void
SendMessage ( Client client, string type, JToken arg ) : void
SendMessage ( long id, string type, JToken arg ) : void
SetGCMKey ( string id, string key ) : void

Method Details

AddPush() public method

public AddPush ( Client client, JToken message ) : void
client Client
message JToken
return void

Push() public method

public Push ( Mobile mobile ) : System
mobile Mobile
return System

RemovePush() public method

public RemovePush ( Client client, JToken message ) : void
client Client
message JToken
return void

SendMessage() public method

public SendMessage ( Client client, string type, JToken arg ) : void
client Client
type string
arg JToken
return void

SendMessage() public method

public SendMessage ( long id, string type, JToken arg ) : void
id long
type string
arg JToken
return void

SetGCMKey() public method

public SetGCMKey ( string id, string key ) : void
id string
key string
return void