C# 클래스 Automobile.Mobile.Android.Automation.AndroidDevice

Represents the android device
상속: Automobile.Mobile.Framework.Device.MobileDevice
파일 보기 프로젝트 열기: vistaprint/automobile 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AndroidDevice ( Android.App.Activity activity, ConnectionType connectionType, string connectionString ) : System
BeginAutomation ( ) : void
TakeScreenshot ( ) : byte[]

Take a screenshot of the device

메소드 상세

AndroidDevice() 공개 메소드

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

BeginAutomation() 공개 메소드

public BeginAutomation ( ) : void
리턴 void

TakeScreenshot() 공개 메소드

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