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

U

unsubscribe() - function in io.ably.lib.realtime.Channel
Deregisters all listeners to messages on this channel.This removes all earlier subscriptions.
unsubscribe(ChannelBase.MessageListener) - function in io.ably.lib.realtime.Channel
Deregisters the given listener (for any/all event names).This removes an earlier subscription.
unsubscribe(String,ChannelBase.MessageListener) - function in io.ably.lib.realtime.Channel
Deregisters the given listener for the specified event name.
unsubscribe(Array,ChannelBase.MessageListener) - function in io.ably.lib.realtime.Channel
Deregisters the given listener from all event names in the array.
unsubscribe(RealtimeAnnotations.AnnotationListener) - function in io.ably.lib.realtime.RealtimeAnnotations
Unsubscribes the specified AnnotationListener from the channel, stopping itfrom receiving further annotations.
unsubscribe(String,RealtimeAnnotations.AnnotationListener) - function in io.ably.lib.realtime.RealtimeAnnotations
Unsubscribes the specified AnnotationListener from receiving annotationsof a particular type within the channel.
unsubscribe() - function in io.ably.lib.realtime.ChannelBase
Deregisters all listeners to messages on this channel.This removes all earlier subscriptions.
unsubscribe(ChannelBase.MessageListener) - function in io.ably.lib.realtime.ChannelBase
Deregisters the given listener (for any/all event names).This removes an earlier subscription.
unsubscribe(String,ChannelBase.MessageListener) - function in io.ably.lib.realtime.ChannelBase
Deregisters the given listener for the specified event name.
unsubscribe(Array,ChannelBase.MessageListener) - function in io.ably.lib.realtime.ChannelBase
Deregisters the given listener from all event names in the array.
unsubscribe(Presence.PresenceListener) - function in io.ably.lib.realtime.Presence
Deregisters a specific listener that is registered to receive PresenceMessage on the channel.
unsubscribe(PresenceMessage.Action,Presence.PresenceListener) - function in io.ably.lib.realtime.Presence
Deregisters a specific listener that is registered to receive PresenceMessage on the channel for a given PresenceMessage.Action.
unsubscribe(EnumSet,Presence.PresenceListener) - function in io.ably.lib.realtime.Presence
Deregisters a specific listener that is registered to receive PresenceMessage on the channel for a given PresenceMessage.Action.
unsubscribe() - function in io.ably.lib.realtime.Presence
Deregisters all listeners currently receiving PresenceMessage for the channel.
unsubscribe() - function in io.ably.lib.objects.ObjectsSubscription
This method should be called when the subscription is no longer needed,it will make sure no further events will be sent to the subscriber andthat references to the subscriber are cleaned up.
unsubscribe(LiveMapChange.Listener) - function in io.ably.lib.objects.type.map.LiveMapChange
Unsubscribes a specific listener from receiving updates.Has no effect if the listener is not currently subscribed.
unsubscribe(LiveMapChange.Listener) - function in io.ably.lib.objects.type.map.LiveMap
Unsubscribes a specific listener from receiving updates.Has no effect if the listener is not currently subscribed.
unsubscribe(LiveCounterChange.Listener) - function in io.ably.lib.objects.type.counter.LiveCounter
Unsubscribes a specific listener from receiving updates.Has no effect if the listener is not currently subscribed.
unsubscribe(LiveCounterChange.Listener) - function in io.ably.lib.objects.type.counter.LiveCounterChange
Unsubscribes a specific listener from receiving updates.Has no effect if the listener is not currently subscribed.
unsubscribeAll() - function in io.ably.lib.objects.type.map.LiveMapChange
Unsubscribes all listeners from receiving updates.No notifications will be delivered until new listeners are subscribed.
unsubscribeAll() - function in io.ably.lib.objects.type.map.LiveMap
Unsubscribes all listeners from receiving updates.No notifications will be delivered until new listeners are subscribed.
unsubscribeAll() - function in io.ably.lib.objects.type.counter.LiveCounter
Unsubscribes all listeners from receiving updates.No notifications will be delivered until new listeners are subscribed.
unsubscribeAll() - function in io.ably.lib.objects.type.counter.LiveCounterChange
Unsubscribes all listeners from receiving updates.No notifications will be delivered until new listeners are subscribed.
unsubscribeClient() - function in io.ably.lib.push.PushChannel
Unsubscribes all devices associated with the current device's clientId from receiving push notifications for the channel.
unsubscribeClientAsync(CompletionListener) - function in io.ably.lib.push.PushChannel
Asynchronously unsubscribes all devices associated with the current device's clientId from receiving push notifications for the channel.
unsubscribeDevice() - function in io.ably.lib.push.PushChannel
Unsubscribes the device from receiving push notifications for the channel.
unsubscribeDeviceAsync(CompletionListener) - function in io.ably.lib.push.PushChannel
Unsubscribes the device from receiving push notifications for the channel.
update - enum entry in io.ably.lib.types.PresenceMessage.Action

An already present member has updated their member data.Being notified of member data updates can be very useful, for example,it can be used to update the status of a user when they are typing a message.

Spec: TP2

update - enum entry in io.ably.lib.realtime.ChannelEvent

An event for changes to channel conditions that do not result in a change in ChannelState.

Spec: RTL2g

update(Object,CompletionListener) - function in io.ably.lib.realtime.Presence
Updates the data payload for a presence member.
update - enum entry in io.ably.lib.realtime.ConnectionEvent

An event for changes to connection conditions for which the ConnectionState does not change.

Spec: RTN4h

updateClient(String) - function in io.ably.lib.realtime.Presence
Updates the data payload for a presence member using 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.An optional callback may be provided to notify of the success or failure of the operation.
updateClient(String,Object) - function in io.ably.lib.realtime.Presence
Updates the data payload for a presence member using 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.An optional callback may be provided to notify of the success or failure of the operation.
updateClient(String,Object,CompletionListener) - function in io.ably.lib.realtime.Presence
Updates the data payload for a presence member using 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.An optional callback may be provided to notify of the success or failure of the operation.
UPDATED - enum entry in io.ably.lib.objects.type.map.LiveMapUpdate.Change

The key was added or its value was modified

updateMessage(Message,MessageOperation) - function in io.ably.lib.rest.Channel
Updates an existing message using patch semantics.
updateMessage(Message) - function in io.ably.lib.rest.Channel
Updates an existing message using patch semantics.
updateMessage(Message,MessageOperation) - function in io.ably.lib.rest.ChannelBase
Updates an existing message using patch semantics.
updateMessage(Message) - function in io.ably.lib.rest.ChannelBase
Updates an existing message using patch semantics.
updateMessage(Http,Message,MessageOperation) - function in io.ably.lib.rest.MessageEditsMixin
Updates an existing message using patch semantics.
updateMessage(Message,MessageOperation) - function in io.ably.lib.realtime.Channel
Updates an existing message using patch semantics.
updateMessage(Message) - function in io.ably.lib.realtime.Channel
Updates an existing message using patch semantics.
updateMessage(Message,MessageOperation) - function in io.ably.lib.realtime.ChannelBase
Updates an existing message using patch semantics.
updateMessage(Message) - function in io.ably.lib.realtime.ChannelBase
Updates an existing message using patch semantics.
updateMessageAsync(Message,MessageOperation,CompletionListener) - function in io.ably.lib.rest.Channel
Asynchronously updates an existing message.
updateMessageAsync(Message,CompletionListener) - function in io.ably.lib.rest.Channel
Asynchronously updates an existing message.
updateMessageAsync(Message,MessageOperation,CompletionListener) - function in io.ably.lib.rest.ChannelBase
Asynchronously updates an existing message.
updateMessageAsync(Message,CompletionListener) - function in io.ably.lib.rest.ChannelBase
Asynchronously updates an existing message.
updateMessageAsync(Http,Message,MessageOperation,CompletionListener) - function in io.ably.lib.rest.MessageEditsMixin
Asynchronously updates an existing message.
updateMessageAsync(Message,MessageOperation,CompletionListener) - function in io.ably.lib.realtime.Channel
Asynchronously updates an existing message.
updateMessageAsync(Message,CompletionListener) - function in io.ably.lib.realtime.Channel
Asynchronously updates an existing message.
updateMessageAsync(Message,MessageOperation,CompletionListener) - function in io.ably.lib.realtime.ChannelBase
Asynchronously updates an existing message.
updateMessageAsync(Message,CompletionListener) - function in io.ably.lib.realtime.ChannelBase
Asynchronously updates an existing message.
updatePresence(PresenceMessage,CompletionListener) - function in io.ably.lib.realtime.Presence
Update the presence for this channel with a given PresenceMessage update.The connection must be authenticated in a way that enables it to representthe clientId in the message.
urlWithQueryStringRemoved(String) - function in io.ably.lib.http.HttpUtils
Removes querystring from given url string and returns the url string without query string(s)
useCustomRegistrar(boolean,SharedPreferences) - function in io.ably.lib.push.ActivationStateMachine.CalledActivate
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  R  S  T  U  V  W  X