react-native-firework-sdk
    Preparing search index...

    Interface CustomTapProductCardEvent

    interface CustomTapProductCardEvent {
        playerHandler?: PlayerHandler;
        productId: string;
        unitId: string;
        url: string;
        video: VideoPlaybackDetails;
    }
    Index

    Properties

    playerHandler?: PlayerHandler

    The video playback pause/resume handler for the video.

    productId: string

    A unique identifier of the product.

    unitId: string

    A unique identifier of the product unit.

    url: string

    The url for the product unit

    The video playback details for the event.