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

    Interface OnOptionsAvailableEvent

    Emitted when the OfflineContentOptions is available after a OfflineContentManager.getOptions call.

    Platform: Android, iOS

    interface OnOptionsAvailableEvent {
        eventType: onOptionsAvailable;
        identifier: string;
        nativeId: string;
        options?: OfflineContentOptions;
        state: OfflineState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    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 options that are available to download

    The current offline download state