AndroidDevice ClassDelta Engine Documentation
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

System Object
  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

public class AndroidDevice : Device

The AndroidDevice type exposes the following members.

Constructors

  NameDescription
Public methodAndroidDevice
Initializes a new instance of the AndroidDevice class
Top
Methods

  NameDescription
Public methodInstall (Inherited from Device.)
Protected methodInstallApp (Overrides Device InstallApp(AppInfo).)
Public methodIsAppInstalled (Overrides Device IsAppInstalled(AppInfo).)
Public methodLaunch (Inherited from Device.)
Protected methodLaunchApp (Overrides Device LaunchApp(AppInfo).)
Public methodToString (Overrides Object ToString .)
Public methodUninstall (Inherited from Device.)
Protected methodUninstallApp (Overrides Device UninstallApp(AppInfo).)
Top
Properties

  NameDescription
Public propertyIsConnected
Public propertyIsEmulator (Inherited from Device.)
Public propertyName (Inherited from Device.)
Top
See Also