Represents a Android device (emulator or real connected one) that provides the functionality
to install, uninstall and launch applications on it.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.AppBuilder Device
DeltaEngine.Editor.AppBuilder.Android AndroidDevice
Namespace: DeltaEngine.Editor.AppBuilder.Android
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The AndroidDevice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AndroidDevice | Initializes a new instance of the AndroidDevice class |
Methods
Name | Description | |
---|---|---|
Install | (Inherited from Device.) | |
InstallApp | (Overrides Device InstallApp(AppInfo).) | |
IsAppInstalled | (Overrides Device IsAppInstalled(AppInfo).) | |
Launch | (Inherited from Device.) | |
LaunchApp | (Overrides Device LaunchApp(AppInfo).) | |
ToString | (Overrides Object ToString .) | |
Uninstall | (Inherited from Device.) | |
UninstallApp | (Overrides Device UninstallApp(AppInfo).) |
Properties
Name | Description | |
---|---|---|
IsConnected | ||
IsEmulator | (Inherited from Device.) | |
Name | (Inherited from Device.) |
See Also