Java com.amazonaws.services.devicefarm.model Radios fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.devicefarm.model Radios fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.devicefarm.model Radios.

The text is from its open source code.

Constructor

Method

voidsetBluetooth(Boolean bluetooth)

True if Bluetooth is enabled at the beginning of the test; otherwise, false.

voidsetGps(Boolean gps)

True if GPS is enabled at the beginning of the test; otherwise, false.

voidsetNfc(Boolean nfc)

True if NFC is enabled at the beginning of the test; otherwise, false.

voidsetWifi(Boolean wifi)

True if Wi-Fi is enabled at the beginning of the test; otherwise, false.