OGPlayer React Native SDK
    Preparing search index...

    Interface AnalyticsEvent

    Analytics events arrive with the same names as the native SDKs (Play, Pause, BitrateChanged, DrmKeysLoaded, Error, …).

    interface AnalyticsEvent {
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    type: string