DeviceFilter

class DeviceFilter : Parcelable
kotlin.Any
   ↳ com.google.android.gms.dtdi.core.DeviceFilter

Summary

Nested classes

Builder class for DeviceFilter.

Direct use of the Google Play Services DTDI SDK is not supported. You should use the Cross Device SDK for creating cross device experiences. 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?

hashCode

fun hashCode(): Int

writeToParcel

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

Properties

CREATOR

static val CREATOR: Creator<DeviceFilter!>!