SignalingClientConfig class

Constructors

SignalingClientConfig({required String channelARN, required String channelEndpoint, Credentials? credentials, required String region, SigV4RequestSigner? signer, required Role role, String? clientId, int? systemClockOffset})

Properties

channelARN String
final
channelEndpoint String
final
clientId String?
final
credentials Credentials?
final
hashCode int
The hash code for this object.
no setterinherited
region String
final
role Role
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer SigV4RequestSigner?
final
systemClockOffset int?
final

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