RawDtTagRangingConfig


class RawDtTagRangingConfig : RangingConfig, Parcelable
kotlin.Any
   ↳ android.ranging.RangingConfig
   ↳ android.ranging.raw.RawDtTagRangingConfig

Summary

Nested classes

Builder for RawDtTagRangingConfig.

Inherited constants
Public methods
Int

RawRangingDevice

Returns the RawRangingDevice representing the tag's configuration.

Unit
writeToParcel(dest: Parcel, flags: Int)

Flatten this object in to a Parcel.

Inherited functions
Properties
static Parcelable.Creator<RawDtTagRangingConfig!>

Public methods

describeContents

fun describeContents(): Int

getDtTag

fun getDtTag(): RawRangingDevice

Returns the RawRangingDevice representing the tag's configuration.

Return
RawRangingDevice This value cannot be null.

writeToParcel

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

Flatten this object in to a Parcel.

Parameters
dest Parcel: This value cannot be null.
flags Int: Additional flags about how the object should be written. May be 0 or PARCELABLE_WRITE_RETURN_VALUE.
Value is either 0 or a combination of the following:

Properties

CREATOR

static val CREATOR: Parcelable.Creator<RawDtTagRangingConfig!>