Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 533 Bytes

File metadata and controls

16 lines (11 loc) · 533 Bytes

Home > @snowplow/react-native-tracker > DeepLinkReceivedProps

DeepLinkReceivedProps type

DeepLinkReceived event properties schema: iglu:com.snowplowanalytics.mobile/deep_link_received/jsonschema/1-0-0

Signature:

export declare type DeepLinkReceivedProps = {
    url: string;
    referrer?: string;
};