ErrorCallback — proxy callback class to receive and handle or debug errors from BluetoothManager.
More...
|
| ErrorCallback () |
|
void | onError (int errorCode, string message) |
| Method calls by Native Android plugin if something went wrong during its activity.
|
|
|
Action< int, string > | OnErrorReceived |
| Invokes if occurred an error in the BLE plugin.
|
|
ErrorCallback — proxy callback class to receive and handle or debug errors from BluetoothManager.
◆ ErrorCallback()
WeArt.Bluetooth.ErrorCallback.ErrorCallback |
( |
| ) |
|
|
inline |
◆ onError()
void WeArt.Bluetooth.ErrorCallback.onError |
( |
int |
errorCode, |
|
|
string |
message |
|
) |
| |
|
inline |
Method calls by Native Android plugin if something went wrong during its activity.
- Parameters
-
errorCode | Code of error. Refer to the plugin documentation. |
message | Message with error description. |
◆ OnErrorReceived
Action<int, string> WeArt.Bluetooth.ErrorCallback.OnErrorReceived |
Invokes if occurred an error in the BLE plugin.
The documentation for this class was generated from the following file: