RealtimeChannelOptions class

Passes additional properties to a RealtimeChannel object, such as encryption, ChannelMode and channel parameters.

Annotations

Properties

cipherParams CipherParams?
Channel Parameters(https://ably.com/docs/realtime/channels/channel-parameters/overview that configure the behavior of the channel.
final
hashCode int
The hash code for this object.
no setterinherited
modes List<ChannelMode>?
A list of ChannelMode objects.
final
params Map<String, String>?
Channel Parameters that configure the behavior of the channel.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

withCipherKey(dynamic key) Future<RealtimeChannelOptions>
Constructor withCipherKey, that only takes a private key used to encrypt and decrypt payloads.