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

    Interface OnProgressEvent

    Emitted when there is a progress change for the process call.

    Platform: Android, iOS

    interface OnProgressEvent {
        eventType: onProgress;
        identifier: string;
        nativeId: string;
        progress: number;
        state: OfflineState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    eventType: onProgress

    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

    progress: number

    The progress for the current process

    The current offline download state