UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

11 lines (10 loc) 305 B
/** * Holds variable types of tracking-link that move user * to specific page of app and track click-event. */ export type AirbridgeTrackingLink = { /// A tracking-link url contains short mapping-id of option shortURL: string /// A qrcode image-url of tracking-link qrcodeURL: string }