BluetoothDeviceContactSource

data class BluetoothDeviceContactSource(val address: BluetoothDeviceAddress) : ContactSource

A contact source that is used when a contact originates from a paired Bluetooth device.

Constructors

Link copied to clipboard
fun BluetoothDeviceContactSource(address: BluetoothDeviceAddress)

Properties

Link copied to clipboard
val address: BluetoothDeviceAddress

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)