DeviceFilter

classDeviceFilter: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(@Nullableother:Any?)

String?

Int

Int

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

Properties

staticCreator<DeviceFilter!>!

Public methods

equals

funequals(@Nullableother:Any?):Boolean

getFeatureFilter

@NullablefungetFeatureFilter():String?

getTrustRelationshipFilter

fungetTrustRelationshipFilter():Int

hashCode

funhashCode():Int

writeToParcel

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

Properties

CREATOR

staticvalCREATOR:Creator<DeviceFilter!>!