A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X 

L

leave - enum entry in io.ably.lib.types.PresenceMessage.Action

A member who was present has now left the channel.This may be a result of an explicit request to leave or implicitly when detaching from the channel.Alternatively, if a member's connection is abruptly disconnected and they do not resume their connection within a minute,Ably treats this as a leave event as the client is no longer present.

Spec: TP2

leave(Object,CompletionListener) - function in io.ably.lib.realtime.Presence
Leaves the presence set for the channel.A client must have previously entered the presence set before they can leave it.
leave(CompletionListener) - function in io.ably.lib.realtime.Presence
Leaves the presence set for the channel.A client must have previously entered the presence set before they can leave it.
leaveClient(String) - function in io.ably.lib.realtime.Presence
Leaves the presence set of the channel for a given clientId.Enables a single client to update presence on behalf of any number of clients using a single connection.The library must have been instantiated with an API key or a token bound to a wildcard clientId.
leaveClient(String,Object) - function in io.ably.lib.realtime.Presence
Leaves the presence set of the channel for a given clientId.Enables a single client to update presence on behalf of any number of clients using a single connection.The library must have been instantiated with an API key or a token bound to a wildcard clientId.
leaveClient(String,Object,CompletionListener) - function in io.ably.lib.realtime.Presence
Leaves the presence set of the channel for a given clientId.Enables a single client to update presence on behalf of any number of clients using a single connection.The library must have been instantiated with an API key or a token bound to a wildcard clientId.
list(Array) - function in io.ably.lib.push.PushBase.DeviceRegistrations
Retrieves all devices matching the filter params provided.
list(Array) - function in io.ably.lib.push.PushBase.ChannelSubscriptions
Retrieves all push channel subscriptions matching the filter params provided.
listAsync(Array,Callback) - function in io.ably.lib.push.PushBase.DeviceRegistrations
Asynchronously retrieves all devices matching the filter params provided.
listAsync(Array,Callback) - function in io.ably.lib.push.PushBase.ChannelSubscriptions
Asynchronously retrieves all push channel subscriptions matching the filter params provided.
listChannels(Array) - function in io.ably.lib.push.PushBase.ChannelSubscriptions
Retrieves all channels with at least one device subscribed to push notifications.
listChannelsAsync(Array,Callback) - function in io.ably.lib.push.PushBase.ChannelSubscriptions
Asynchronously retrieves all channels with at least one device subscribed to push notifications.
listSubscriptions() - function in io.ably.lib.push.PushChannel
Retrieves all push subscriptions for the channel.
listSubscriptions(Array) - function in io.ably.lib.push.PushChannel
Retrieves all push subscriptions for the channel.Subscriptions can be filtered using a params object.
listSubscriptionsAsync(Callback) - function in io.ably.lib.push.PushChannel
Asynchronously retrieves all push subscriptions for the channel.
listSubscriptionsAsync(Array,Callback) - function in io.ably.lib.push.PushChannel
Asynchronously retrieves all push subscriptions for the channel.Subscriptions can be filtered using a params object.
LiveCounter - class in io.ably.lib.objects.type.counter
The LiveCounter interface provides methods to interact with a live counter.
LiveCounterChange - class in io.ably.lib.objects.type.counter
Provides methods to subscribe to real-time updates on LiveCounter objects.
LiveCounterChange.Listener - class in io.ably.lib.objects.type.counter.LiveCounterChange
Listener interface for receiving LiveCounter updates.
LiveCounterUpdate - class in io.ably.lib.objects.type.counter
Represents an update that occurred on a LiveCounter object.
LiveCounterUpdate.Update - class in io.ably.lib.objects.type.counter.LiveCounterUpdate
Contains the specific details of a counter update operation.
LiveMap - class in io.ably.lib.objects.type.map
The LiveMap interface provides methods to interact with a live, real-time map structure.
LiveMapChange - class in io.ably.lib.objects.type.map
Provides methods to subscribe to real-time updates on LiveMap objects.
LiveMapChange.Listener - class in io.ably.lib.objects.type.map.LiveMapChange
Listener interface for receiving LiveMap updates.
LiveMapUpdate - class in io.ably.lib.objects.type.map
Represents an update that occurred on a LiveMap object.
LiveMapUpdate.Change - class in io.ably.lib.objects.type.map.LiveMapUpdate
Indicates the type of change that occurred to a map key.
LiveMapValue - class in io.ably.lib.objects.type.map
Abstract class representing the union type for LiveMap values.
LiveObjectsPlugin - class in io.ably.lib.objects
The LiveObjectsPlugin interface provides a mechanism for managing and interacting with live data objects in a real-time environment.
LocalDevice - class in io.ably.lib.push
Contains the device identity token and secret of a device.
Log - class in io.ably.lib.util
 
Log.DefaultHandler - class in io.ably.lib.util.Log
Default log handler class that sends output to System.out.This is public as a convenience to allow simple subclassesto output to other PrintStrems.
Log.LogHandler - class in io.ably.lib.util.Log
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X