ScanResult

class ScanResult : AbstractSafeParcelable
com.google.android.gms.dtdi.core.ScanResult

Represents a device scan result.

Summary

Public constructors

<init>(remoteDevices: List<RemoteDevice>)

Represents a device scan result.

Public methods

Unit
writeToParcel(dest: Parcel, flags: Int)

Properties

List<RemoteDevice>

The current list of available remote devices.

Companion properties

Creator<ScanResult>

Public constructors

<init>

ScanResult(remoteDevices: List<RemoteDevice>)

Represents a device scan result.

Public methods

writeToParcel

fun writeToParcel(
    dest: Parcel,
    flags: Int
): Unit

Properties

remoteDevices

val remoteDevices: List<RemoteDevice>

The current list of available remote devices. Devices will drop off the list if they are no longer available, and be added to the list if they are newly found.

Companion properties

CREATOR

val CREATOR: Creator<ScanResult>