Interface IMobileLaunchConfigurationAttributes
-
public interface IMobileLaunchConfigurationAttributes
Mobile launch configurations attributes.- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MOBILE_DEVICE_NAME
Launch configuration attribute key.static String
MOBILE_OS
Launch configuration attribute key.static String
MOBILE_PLATFORM
Launch configuration attribute key.static String
MOBILE_PLATFORM_REINSTALL
Launch configuration attribute key.static String
MOBILE_PLATFORM_STANDALONE
Launch configuration attribute key.
-
-
-
Field Detail
-
MOBILE_PLATFORM
static final String MOBILE_PLATFORM
Launch configuration attribute key. The value is resolvable 1C:Enterprise mobile runtime platform associated with a launch configuration.- See Also:
- Constant Field Values
-
MOBILE_PLATFORM_REINSTALL
static final String MOBILE_PLATFORM_REINSTALL
Launch configuration attribute key. The value is whether need to reinstall mobile1C:Enterprise runtime platform.- See Also:
- Constant Field Values
-
MOBILE_PLATFORM_STANDALONE
static final String MOBILE_PLATFORM_STANDALONE
Launch configuration attribute key. The value is whether need to install autonomic (standalone) mobile1C:Enterprise runtime platform.- See Also:
- Constant Field Values
-
MOBILE_OS
static final String MOBILE_OS
Launch configuration attribute key. The value is a supported mobile OS id.- See Also:
- Constant Field Values
-
MOBILE_DEVICE_NAME
static final String MOBILE_DEVICE_NAME
Launch configuration attribute key. The value is a mobile device name, associated with a launch configuration.- See Also:
- Constant Field Values
-
-