RelayClient class
- Implemented types
Constructors
- 
          RelayClient({required IReownCore core, required IMessageTracker messageTracker, required IGenericStore<String> topicMap, IWebSocketHandler? socketHandler})
Properties
- core ↔ IReownCore
- 
  
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isConnected → bool
- 
  Returns true if the client is connected to a relay server
  no setteroverride
- jsonRPC ↔ Peer?
- 
  
  getter/setter pair
- messageTracker ↔ IMessageTracker
- 
  
  getter/setter pair
- 
  onLinkModeMessage
  → Event<MessageEvent> 
- 
  LinkMode Events
  final
- 
  onRelayClientConnect
  → Event<EventArgs> 
- 
  Events ///
Relay Client
  final
- 
  onRelayClientDisconnect
  → Event<EventArgs> 
- 
  
  final
- 
  onRelayClientError
  → Event<ErrorEvent> 
- 
  
  final
- 
  onRelayClientMessage
  → Event<MessageEvent> 
- 
  
  final
- 
  onSubscriptionCreated
  → Event<SubscriptionEvent> 
- 
  Subscriptions
  final
- 
  onSubscriptionDeleted
  → Event<SubscriptionDeletionEvent> 
- 
  
  final
- 
  onSubscriptionResubscribed
  → Event<EventArgs> 
- 
  
  final
- 
  onSubscriptionSync
  → Event<EventArgs> 
- 
  
  final
- 
  pendingSubscriptions
  ↔ Map<String, Future> 
- 
  Stores all the subs that haven't been completed
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- socketHandler → IWebSocketHandler
- 
  
  final
- 
  topicMap
  ↔ IGenericStore<String> 
- 
  
  getter/setter pair
Methods
- 
  connect({String? relayUrl}) → Future< void> 
- 
  
  override
- 
  disconnect() → Future< void> 
- 
  
  override
- 
  handleLinkModeMessage(String topic, String message) → Future< bool> 
- 
  
  override
- 
  handlePublish(String topic, String message, [String? attestation]) → Future< bool> 
- JSON RPC MESSAGE HANDLERS
- 
  init() → Future< void> 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  publish({required String topic, required String message, required PublishOptions options}) → Future< void> 
- 
  
  override
- 
  publishPayload({required Map< String, dynamic> payload, required PublishOptions options}) → Future<void> 
- 
  
  override
- 
  subscribe({required SubscribeOptions options}) → Future< String> 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unsubscribe({required String topic}) → Future< void> 
- 
  
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- IRN_PUBLISH → const String
- IRN_SUBSCRIBE → const String
- IRN_SUBSCRIPTION → const String
- IRN_UNSUBSCRIBE → const String
- WC_APPROVE_SESSION → const String
- WC_PROPOSE_SESSION → const String