You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UNUSED_IMPORT] unused imports should be removed: java.io.IOException - unused import
example:
importjava.io.IOExceptioninterfaceBluetoothApi {
/** * Send array of bytes to bluetooth output stream. * This call is asynchronous. * * Note that this operation can still throw an [IOException] if the remote device silently * closes the connection so the pipe gets broken. * * @param bytes data to send * @return true if success, false if there was an error or device has been disconnected*/funtrySend(bytes:ByteArray): Boolean
}
The text was updated successfully, but these errors were encountered:
example:
The text was updated successfully, but these errors were encountered: