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

    Interface ClickProductEvent

    interface ClickProductEvent {
        productId: string;
        unitId: string;
        url: string;
        video: VideoPlaybackDetails;
    }
    Index

    Properties

    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.