bluetooth
Toggle table of contents
2.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
bluetooth
bluetooth
/
pl.efento.mobile.bluetooth.exception
/
BluetoothException
Bluetooth
Exception
open
class
BluetoothException
:
Exception
Thrown to indicate general problem in Efento Bluetooth library.
Inheritors
PlatformVersionNotSupportedException
BluetoothNotAvailableException
BluetoothDisabledException
MissingRequiredPermissionsException
BluetoothScanException
BluetoothConnectionException
Members
Constructors
Bluetooth
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
constructor
(
cause
:
Throwable
)
constructor
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?