UNPKG

smartech-base-expo-plugin

Version:

Smartech Base Expo SDK's React Native Plugin For React Native Projects.

29 lines (28 loc) 946 B
export declare const appdelegate_header_snippet = "#import <Smartech/Smartech.h>"; export declare const appdelegateSnippet: { fileName: string; smartechHeaderSnippet: string; hanselHeaderSnippet: string; }; export declare const swiftImports: { smartechImport: string; hanselImport: string; }; export declare const smartechBaseSnippet: { smartechInit: string; debugLevel: string; trackAppInstallUpdateBySmartech: string; hanselLogSnippet: string; didfinishRegex: RegExp; regexPattern: RegExp; }; export declare const smartechBaseSwiftSnippet: { smartechInit: string; debugLevel: string; trackAppInstallUpdateBySmartech: string; hanselLogSnippet: string; didFinishLaunchingRegex: RegExp; openURLRegex: RegExp; }; export declare const deepLinkHandlerSnippet: (delayInSeconds: number) => string; export declare const deepLinkHandlerSwiftSnippet: (delayInSeconds: number) => string;