OnebearChatEvent class sealed

Events streamed from the native SDK, mirroring the delegate/listener callbacks documented in docs/superpowers/specs/2026-08-31-mobile-chat-sdk-design.md §2 (unreadCountChanged, chatOpened, chatClosed, newMessageReceived, linkTapped, errorOccurred). unreadCountChanged is exposed separately as OnebearChat.unreadCount (a plain Stream<int>) since every consumer wants it and forcing a switch/cast for the single most common event would be poor ergonomics.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
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