toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.bluetoothmicbutton
/
BluetoothButtonHandlerNotification
Bluetooth
Button
Handler
Notification
sealed
class
BluetoothButtonHandlerNotification
Inheritors
None
ConnectionFailure
ScanFailure
Connected
Scanning
Connecting
UnSupportedDevice
DeviceActive
BluetoothNotAvailable
Members
Types
Bluetooth
Not
Available
Link copied to clipboard
object
BluetoothNotAvailable
:
BluetoothButtonHandlerNotification
Connected
Link copied to clipboard
data
class
Connected
(
val
deviceName
:
String
)
:
BluetoothButtonHandlerNotification
Connecting
Link copied to clipboard
object
Connecting
:
BluetoothButtonHandlerNotification
Connection
Failure
Link copied to clipboard
data
class
ConnectionFailure
(
val
deviceName
:
String
)
:
BluetoothButtonHandlerNotification
Device
Active
Link copied to clipboard
data
class
DeviceActive
(
val
deviceName
:
String
)
:
BluetoothButtonHandlerNotification
None
Link copied to clipboard
object
None
:
BluetoothButtonHandlerNotification
Scan
Failure
Link copied to clipboard
object
ScanFailure
:
BluetoothButtonHandlerNotification
Scanning
Link copied to clipboard
object
Scanning
:
BluetoothButtonHandlerNotification
Un
Supported
Device
Link copied to clipboard
object
UnSupportedDevice
:
BluetoothButtonHandlerNotification