react-native-tracker.deeplinkreceivedprops
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;
};