NavigationApp
search in API
navigation-ux-map-gpt/com.mapbox.navigation.mapgpt.bluetoothmicbutton/BluetoothButtonHandlerNotification

BluetoothButtonHandlerNotification

@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
sealed class BluetoothButtonHandlerNotification

Inheritors

None
ConnectionFailure
ScanFailure
Connected
Scanning
Connecting
UnSupportedDevice
DeviceActive
BluetoothNotAvailable

Types

BluetoothNotAvailable
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object BluetoothNotAvailable : BluetoothButtonHandlerNotification
Connected
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class Connected(val deviceName: String) : BluetoothButtonHandlerNotification
Connecting
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object Connecting : BluetoothButtonHandlerNotification
ConnectionFailure
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class ConnectionFailure(val deviceName: String) : BluetoothButtonHandlerNotification
DeviceActive
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
data class DeviceActive(val deviceName: String) : BluetoothButtonHandlerNotification
None
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object None : BluetoothButtonHandlerNotification
ScanFailure
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object ScanFailure : BluetoothButtonHandlerNotification
Scanning
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object Scanning : BluetoothButtonHandlerNotification
UnSupportedDevice
Link copied to clipboard
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
object UnSupportedDevice : BluetoothButtonHandlerNotification
© 2024 CopyrightGenerated by dokka