-
public interface ProjectConfigDeclares metadata about the app project
-
-
Method Summary
Modifier and Type Method Description StringgetAppId()The project's appIdapp_id StringgetAppFramework()The project's app frameworksdk_config. StringgetBuildId()The project's buildIdThis is not possible to specify in the embrace-config.json. StringgetBuildType()The project's buildTypeThis is not possible to specify in the embrace-config.json. StringgetBuildFlavor()The project's buildFlavorThis is not possible to specify in the embrace-config.json. StringgetReactNativeBundleId()The project's React Native bundleIdThis is not possible to specify in the embrace-config.json. -
-
Method Detail
-
getAppFramework
String getAppFramework()
The project's app framework
sdk_config.app_framework
-
getBuildId
String getBuildId()
The project's buildId
This is not possible to specify in the embrace-config.json.
-
getBuildType
String getBuildType()
The project's buildType
This is not possible to specify in the embrace-config.json.
-
getBuildFlavor
String getBuildFlavor()
The project's buildFlavor
This is not possible to specify in the embrace-config.json.
-
getReactNativeBundleId
String getReactNativeBundleId()
The project's React Native bundleId
This is not possible to specify in the embrace-config.json.
-
-
-
-