RangingDataExtras
class RangingDataExtras : Parcelable
| kotlin.Any | |
| ↳ | android.ranging.RangingDataExtras |
Represents extra ranging data from various technologies.
Summary
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| Int | |
| Boolean | |
| BleSpecificData? |
Returns the |
| UwbSpecificData? |
Returns the |
| WifiRttSpecificData? |
Returns the |
| Int |
hashCode() |
| String |
toString() |
| Unit |
writeToParcel(dest: Parcel, flags: Int)Flatten this object in to a Parcel. |
| Properties | |
|---|---|
| static Parcelable.Creator<RangingDataExtras!> | |
Public methods
describeContents
fun describeContents(): Int
getBleSpecificData
fun getBleSpecificData(): BleSpecificData?
Returns the BleSpecificData ranging data extras, or null if not available.
getUwbSpecificData
fun getUwbSpecificData(): UwbSpecificData?
Returns the UwbSpecificData ranging data extras, or null if not available.
getWifiRttSpecificData
fun getWifiRttSpecificData(): WifiRttSpecificData?
Returns the WifiRttSpecificData ranging data extras, or null if not available.
hashCode
fun hashCode(): Int
toString
fun toString(): String
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<RangingDataExtras!>