public static interface PartnerSession.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onMessageFromPartner(Object message) |
void |
onMessageToPartner(Object message) |
void |
onPartnerName(String name) |
void |
update()
Called after each message, if it is the most recent message in the session.
|
void onPartnerName(String name)
name - The current name of the peer with you in this session.void onMessageToPartner(Object message)
void onMessageFromPartner(Object message)
void update()