@braze/expo-plugin
Version:
Config plugin for @braze/react-native-sdk package
31 lines (30 loc) • 1.37 kB
TypeScript
export declare const GRADLE_APPEND_ID = "expo-react-native-braze-sdk-import";
export declare const BUILDSCRIPT_LEVEL_GRADLE: string;
export declare const APP_LEVEL_GRADLE: string;
export declare const BRAZE_SDK_REQUIRED_PERMISSIONS: string[];
export declare const ANDROID_BRAZE_XML_PATH = "./android/app/src/main/res/values/braze.xml";
export declare const BX_STR = "string";
export declare const BX_INT = "integer";
export declare const BX_BOOL = "bool";
export declare const BX_COLOR = "color";
export declare const BX_DRAWABLE = "drawable";
export declare const ANDROID_CONFIG_MAP: {
androidApiKey: string[];
baseUrl: string[];
firebaseCloudMessagingSenderId: string[];
androidFirebaseMessagingFallbackServiceClasspath: string[];
sessionTimeout: string[];
logLevel: string[];
minimumTriggerIntervalInSeconds: string[];
enableSdkAuthentication: string[];
enableGeofence: string[];
enableAutomaticLocationCollection: string[];
enableAutomaticGeofenceRequests: string[];
enableFirebaseCloudMessaging: string[];
androidHandlePushDeepLinksAutomatically: string[];
androidPushNotificationHtmlRenderingEnabled: string[];
androidFirebaseMessagingFallbackServiceEnabled: string[];
androidNotificationSmallIcon: string[];
androidNotificationLargeIcon: string[];
androidNotificationAccentColor: string[];
};