Метод | Описание | |
---|---|---|
History ( string channel, int limit ) : List | ||
Publish ( string channel, object message ) : List | ||
PubnubAPI ( string publish_key, string subscribe_key ) : System | ||
PubnubAPI ( string publish_key, string subscribe_key, string secret_key ) : System | ||
PubnubAPI ( string publish_key, string subscribe_key, string secret_key, bool ssl_on ) : System | ||
Subscribe ( string channel, Procedure callback ) : void | ||
Time ( ) : object | ||
init ( string publish_key, string subscribe_key, string secret_key, bool ssl_on ) : void |
Метод | Описание | |
---|---|---|
_encodeURIcomponent ( string s ) : string | ||
_request ( List |
||
_subscribe ( string channel, Procedure callback, object timetoken ) : void | ||
isUnsafe ( char ch ) : bool | ||
md5 ( string text ) : string | ||
toHex ( int ch ) : char |
public History ( string channel, int limit ) : List | ||
channel | string | |
limit | int | |
Результат | List |
public Publish ( string channel, object message ) : List | ||
channel | string | |
message | object | |
Результат | List |
public PubnubAPI ( string publish_key, string subscribe_key ) : System | ||
publish_key | string | |
subscribe_key | string | |
Результат | System |
public PubnubAPI ( string publish_key, string subscribe_key, string secret_key ) : System | ||
publish_key | string | |
subscribe_key | string | |
secret_key | string | |
Результат | System |
public PubnubAPI ( string publish_key, string subscribe_key, string secret_key, bool ssl_on ) : System | ||
publish_key | string | |
subscribe_key | string | |
secret_key | string | |
ssl_on | bool | |
Результат | System |
public Subscribe ( string channel, Procedure callback ) : void | ||
channel | string | |
callback | Procedure | |
Результат | void |
public init ( string publish_key, string subscribe_key, string secret_key, bool ssl_on ) : void | ||
publish_key | string | |
subscribe_key | string | |
secret_key | string | |
ssl_on | bool | |
Результат | void |