Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface OfflineEvent<T>

    The base interface for all offline events.

    Platform: Android, iOS

    interface OfflineEvent<T extends OfflineEventType> {
        eventType: T;
        identifier: string;
        nativeId: string;
        state: OfflineState;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    eventType: T

    The OfflineEventType that correlates to which native OfflineContentManagerListener method was called.

    identifier: string

    The supplied id representing the source associated with the OfflineContentManager emitting this event.

    nativeId: string

    The native id associated with the OfflineContentManager emitting this event

    The current offline download state