@sourcepoint/react-native-cmp
Version:
The official react native bridge to the native Sourcepoint SDKs
15 lines • 435 B
TypeScript
import type { SPCampaigns, SPBuildOptions } from '@sourcepoint/react-native-cmp';
export type LaunchArgs = {
config?: {
accountId?: number;
propertyId?: number;
propertyName?: string;
gdprPMId?: string;
usnatPMId?: string;
campaigns?: SPCampaigns;
buildOptions?: SPBuildOptions;
};
authId?: string;
clearData?: boolean;
};
//# sourceMappingURL=LaunchArgs.d.ts.map