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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

BeginAutomation() public méthode

public BeginAutomation ( ) : void
Résultat void

TakeScreenshot() public méthode

Take a screenshot of the device
public TakeScreenshot ( ) : byte[]
Résultat byte[]