Class AndroidIrisPayloadStrategy

Strategy for getting the seq_id for the iris subscription. It differs for web and android, because the current seq_id is fetched with http request.

Hierarchy

  • AndroidIrisPayloadStrategy

Implements

Constructors

Properties

Methods

Constructors

Properties

Methods

  • Returns Promise<{
        seq_id: number;
        snapshot_app_version: string;
        snapshot_at_ms: number;
    }>