DeviceFilter

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

Device filtering options for com.google.android.gms.dtdi.core.DtdiClient#getDevices.

Summary

Nested classes

Builder class for DeviceFilter.

The possible trust relationship types, indicating what level of trust devices are able to be filtered.

Public methods

Boolean
equals(@Nullable other: Any?)

String?

Int

Int

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

Properties

static Creator<DeviceFilter!>!

Public methods

equals

fun equals(@Nullable other: Any?): Boolean

getFeatureFilter

@Nullable fun getFeatureFilter(): String?

getTrustRelationshipFilter

fun getTrustRelationshipFilter(): Int

hashCode

fun hashCode(): Int

writeToParcel

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

Properties

CREATOR

static val CREATOR: Creator<DeviceFilter!>!