Emitted when a new group is created
Emitted when a group is destroyed
Emitted when a group is imported from a ClientState object
Emitted when a group is joined
Emitted when the client leaves a group via self-remove proposal events
Emitted when a group is loaded from the store
Emitted when an inbound commit removed the client from a group — an admin's
involuntary Remove, or a peer committing the client's own self_remove. The
group's local state is kept as a removedFromGroup tombstone; the app may
call GroupsManager.destroy to purge it.
Emitted when a group is unloaded
Emitted by a GroupsManager.connect subscription when a received transport event could not be read (e.g. an epoch beyond the retained rewind horizon). Lets the app surface dropped events instead of the connection loop logging them.
Emitted when the set of loaded groups changes
Events emitted by GroupsManager