Radios

class Radios

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val gps: Boolean?

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

Link copied to clipboard
val nfc: Boolean?

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Radios.Builder.() -> Unit = {}): Radios
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String