Method | Description | |
---|---|---|
GetUsersOnline ( bool onlyUnConsumed ) : List |
||
GetUsersOnlineCount ( ) : int | ||
HeartBeat ( ) : void | ||
checkMessages ( bool onlyUnConsumed ) : List |
||
closeChat ( int room ) : void | ||
initChatWith ( int user ) : |
||
sendMesage ( int type, int room, String message ) : void |
public GetUsersOnline ( bool onlyUnConsumed ) : List |
||
onlyUnConsumed | bool | |
return | List |
public checkMessages ( bool onlyUnConsumed ) : List |
||
onlyUnConsumed | bool | |
return | List |
public initChatWith ( int user ) : |
||
user | int | |
return |
public sendMesage ( int type, int room, String message ) : void | ||
type | int | |
room | int | |
message | String | |
return | void |