@braze/expo-plugin
Version:
Config plugin for @braze/react-native-sdk package
23 lines (22 loc) • 747 B
text/typescript
export type ConfigProps = {
androidApiKey: string;
iosApiKey: string;
baseUrl: string;
sessionTimeout?: number;
enableSdkAuthentication?: boolean;
logLevel?: number;
enableGeofence?: boolean;
minimumTriggerIntervalInSeconds?: number;
enableAutomaticLocationCollection?: boolean;
enableAutomaticGeofenceRequests?: boolean;
dismissModalOnOutsideTap?: boolean;
enableBrazeIosPush?: boolean;
enableBrazeIosRichPush?: boolean;
enableBrazeIosPushStories?: boolean;
iosPushStoryAppGroup?: string;
iosRequestPushPermissionsAutomatically?: boolean;
enableFirebaseCloudMessaging?: boolean;
firebaseCloudMessagingSenderId?: string;
androidHandlePushDeepLinksAutomatically?: boolean;
iosUseUUIDAsDeviceId?: boolean;
};