toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.bluetoothmicbutton
Package-level
declarations
Types
Functions
Types
Bluetooth
Button
Click
Proxy
Link copied to clipboard
class
BluetoothButtonClickProxy
(
bluetoothButtonHandler
:
BluetoothButtonHandler
)
Bluetooth
Button
Handler
Notification
Link copied to clipboard
sealed
class
BluetoothButtonHandlerNotification
Bluetooth
Button
State
Link copied to clipboard
sealed
class
BluetoothButtonState
Bluetooth
Operation
Link copied to clipboard
sealed
class
BluetoothOperation
Functions
Bluetooth
Button
Selector
Link copied to clipboard
@
Composable
fun
BluetoothButtonSelector
(
modifier
:
Modifier
=
Modifier
,
devices
:
List
<
String
>
=
emptyList()
,
notificationText
:
String
=
""
,
deviceListIsVisible
:
Boolean
=
false
,
onStartScanning
:
(
)
->
Unit
=
{}
,
onSelectDevice
:
(
String
)
->
Unit
=
{}
)
Preview_Map
Gpt
Settings
Screen
Content_Dark
Link copied to clipboard
@
Preview
@
Composable
fun
Preview_MapGptSettingsScreenContent_Dark
(
)