Event fired when a deep link is opened.

interface DeepLinkEvent {
    deepLink: string;
}

Properties

Properties

deepLink: string

The deep link string.