@ua/react-native-airship
    Preparing search index...

    Interface DeepLinkEvent

    Event fired when a deep link is opened.

    interface DeepLinkEvent {
        deepLink: string;
    }
    Index

    Properties

    Properties

    deepLink: string

    The deep link string.