Interface IMobileLaunchConfigurationTypes


  • public interface IMobileLaunchConfigurationTypes
    Types of mobile launch configurations. These configurations are also allowed to launch in debug mode.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • MOBILE_APPLICATION

        static final String MOBILE_APPLICATION
        Mobile application for the 1C:Enterprise runtime launch type. Value is "com._1c.g5.v8.dt.launching.mobile.MobileApplication".
        See Also:
        Constant Field Values
      • MOBILE_CLIENT

        static final String MOBILE_CLIENT
        Mobile client for the 1C:Enterprise runtime launch type. Value is "com._1c.g5.v8.dt.launching.mobile.MobileClient".
        See Also:
        Constant Field Values
      • REMOTE_MOBILE_APPLICATION

        static final String REMOTE_MOBILE_APPLICATION
        Remote mobile application for the 1C:Enterprise runtime launch type. Value is "com._1c.g5.v8.dt.launching.mobile.RemoteMobileApplication".
        See Also:
        Constant Field Values