|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Message | |
|---|---|
| org.gbanga.api | Specifies the complete interface to the Gbanga Puppetmaster API service. |
| Uses of Message in org.gbanga.api |
|---|
| Fields in org.gbanga.api declared as Message | |
|---|---|
Message[] |
Cell.feed
The Message feed at this location containing for instance cell shouts. |
Message[] |
Conversation.messages
A list with Messages (both, received and sent). |
Message[] |
Player.shouts
A list with cell shout Message |
| Methods in org.gbanga.api that return Message | |
|---|---|
Message[] |
API.getAllMessages(java.lang.String sessionKey)
Returns a list with Messages that have not been read by the recieving Player yet. |
Message[] |
API.getConversationWithGbangoo(java.lang.String sessionKey,
long gbangoo)
Returns the last messages between you and a Gbangoo (max. 5 messages) |
Message[] |
API.getConversationWithPlayer(java.lang.String sessionKey,
java.lang.String player)
Returns the last messages between two players (max. |
Message[] |
API.getShouts(java.lang.String sessionKey)
Gets the most recent shouts. |
Message[] |
API.getStatusFeed(java.lang.String sessionKey)
Gets the status feed messages. |
Message[] |
API.getUnreadMessages(java.lang.String sessionKey)
Returns a list with Messages that have not been read by the recieving Player yet. |
Message |
API.mail(java.lang.String sessionKey,
java.lang.String receivingPlayer,
java.lang.String message)
Send a Message to a remote Player. |
Message |
API.shout(java.lang.String sessionKey,
java.lang.String receivingCell,
java.lang.String message)
Shout a text Message to a Cell. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||