We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070c06f commit 5ff729fCopy full SHA for 5ff729f
src/bluetooth.android.ts
@@ -486,7 +486,7 @@ function initLeScanCallback() {
486
}
487
488
/**
489
- * Do not mark this one as a NativeScript class.
+ * Do not mark this one as a native class. Not doing so will allow this class to be compiled into a JavaScript pure class.
490
* For a strange reason, LeScanCallback will throw errors if it's compiled into a function.
491
* That is why we want it to remain a class after compile procedure.
492
* Also, class will work properly if implementor is given as an argument to super class since method 'onLeScan' is originally abstract.
0 commit comments