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

    Interface CustomCTAClickEvent

    interface CustomCTAClickEvent {
        playerHandler?: PlayerHandler;
        url: string;
        video: VideoPlaybackDetails;
    }
    Index

    Properties

    playerHandler?: PlayerHandler

    The video playback pause/resume handler for the video. Only supported on iOS

    url: string

    Action URL that is associated with this CTA

    The video playback details for the event.