Package 

Interface ProjectConfig


  • 
    public interface ProjectConfig
    
                        

    Declares metadata about the app project

    • Method Summary

      Modifier and Type Method Description
      String getAppId() The project's appIdapp_id
      String getAppFramework() The project's app frameworksdk_config.
      String getBuildId() The project's buildIdThis is not possible to specify in the embrace-config.json.
      String getBuildType() The project's buildTypeThis is not possible to specify in the embrace-config.json.
      String getBuildFlavor() The project's buildFlavorThis is not possible to specify in the embrace-config.json.
      String getReactNativeBundleId() The project's React Native bundleIdThis is not possible to specify in the embrace-config.json.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.