C# Class Automobile.Mobile.Android.Automation.AndroidDevice

Represents the android device
Inheritance: Automobile.Mobile.Framework.Device.MobileDevice
Show file Open project: vistaprint/automobile Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AndroidDevice ( Android.App.Activity activity, ConnectionType connectionType, string connectionString ) : System
BeginAutomation ( ) : void
TakeScreenshot ( ) : byte[]

Take a screenshot of the device

Method Details

AndroidDevice() public method

public AndroidDevice ( Android.App.Activity activity, ConnectionType connectionType, string connectionString ) : System
activity Android.App.Activity
connectionType ConnectionType
connectionString string
return System

BeginAutomation() public method

public BeginAutomation ( ) : void
return void

TakeScreenshot() public method

Take a screenshot of the device
public TakeScreenshot ( ) : byte[]
return byte[]