Package io.ably.lib.realtime
Interface Presence.PresenceListener
-
- Enclosing class:
- Presence
public static interface Presence.PresenceListenerAn interface allowing a listener to be notified of arrival of a presence message.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPresenceMessage(PresenceMessage message)
-
-
-
Method Detail
-
onPresenceMessage
void onPresenceMessage(PresenceMessage message)
-
-