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

    Interface FairplayLicenseAcquiredEvent

    Emitted when a FairPlay license has been acquired successfully.

    iOS, tvOS

    interface FairplayLicenseAcquiredEvent {
        contentKeyRequest: FairplayContentKeyRequest;
        name: string;
        timestamp: number;
    }

    Hierarchy (View Summary)

    • Event
      • FairplayLicenseAcquiredEvent
    Index

    Properties

    contentKeyRequest: FairplayContentKeyRequest

    The content key request associated with the acquired license.

    name: string

    This event name as it is on the native side.

    timestamp: number

    The UNIX timestamp in which this event happened.