-
Interfaces Interface Description io.ably.lib.util.Crypto.ChannelCipher Since version 1.2.11, this interface (which was only ever intended for internal use within this library) has been replaced byCrypto.ChannelCipherSet. It will be removed in the future.
-
Fields Field Description io.ably.lib.types.ClientOptions.fallbackHostsUseDefault
-
Methods Method Description io.ably.lib.realtime.Connection.emit(ConnectionState, ConnectionStateListener.ConnectionStateChange) io.ably.lib.realtime.Connection.on(ConnectionState, ConnectionStateListener) io.ably.lib.realtime.Connection.once(ConnectionState, ConnectionStateListener) io.ably.lib.rest.Auth.authorise(Auth.TokenParams, Auth.AuthOptions) io.ably.lib.rest.Auth.renew() 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)insteadio.ably.lib.rest.Auth.TokenDetails.fromJSON(JsonObject) io.ably.lib.rest.Auth.TokenRequest.fromJSON(JsonObject) io.ably.lib.types.ChannelOptions.fromCipherKey(byte[]) io.ably.lib.types.ChannelOptions.getCipher() Since version 1.2.11, this method (which was only ever intended for internal use within this library has been replaced byChannelOptions.getCipherSet(). It will be removed in the future.