PresenceNotifications TypeAlias
PresenceNotifications
maintains a registry of NotificationsManagers that facilitate messages across client members in a session.
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/presence/alpha
.
For more information about our API support guarantees, see here.
Signature
/** @sealed */
export type PresenceNotifications<TSchema extends PresenceNotificationsSchema> = PresenceStates<TSchema, NotificationsManager<any>>;
Type Parameters
Parameter | Constraint | Description |
---|---|---|
TSchema | PresenceNotificationsSchema |