Options
Menu

Class OfflineModelDownloadedEvent

Emitted when a RealTimeModel is subscribed to for offline availability and a new version has been downloaded.

experimental

Hierarchy

  • OfflineModelDownloadedEvent

Implements

Index

Properties

id

id: string

The id of the model that was updated.

name

name: string = OfflineModelDownloadedEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

permissions

permissions: ModelPermissions | null

version

version: number | null

NAME

NAME: "offline_model_downloaded" = "offline_model_downloaded"