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

    Interface CustomLinkInteractionClickEvent

    interface CustomLinkInteractionClickEvent {
        info: LiveStreamEventDetails;
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    The livestream event details.

    title: string

    The link interaction title.

    url: string

    The link interaction url.