-
Deprecated FieldsFieldDescriptionuse createRecoveryKey method instead.
-
Deprecated MethodsMethodDescriptionUse
ChannelBase.publish(Message[], Callback)instead.UseChannelBase.publish(Message, Callback)instead.UseChannelBase.publish(String, Object, Callback)instead.io.ably.lib.realtime.Connection.emit(ConnectionState, ConnectionStateListener.ConnectionStateChange) Because the method returns early before renew() completes and does not provide a completion handler for callers. Please useAuth.renewAuth(io.ably.lib.rest.Auth.RenewAuthResult)insteaduse fromJsonElement(JsonObject json) insteadUseChannelBase.publishAsync(Message[], Callback)instead.This listener is invoked on a background thread.
UseChannelBase.publishAsync(String, Object, Callback)instead.