BluetoothDeviceConversationSource

data class BluetoothDeviceConversationSource(val address: BluetoothDeviceAddress) : ConversationSource

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

Constructors

Link copied to clipboard
fun BluetoothDeviceConversationSource(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)