BluetoothSerial icon indicating copy to clipboard operation
BluetoothSerial copied to clipboard

Missing definition of clearDeviceDiscoveredListener() and unsubscribe() functions

Open julianCast opened this issue 7 years ago • 1 comments

The method clearDeviceDiscoveredListener() doesn't seems to be typed in d.ts file, neither unsubscribe(). https://github.com/don/BluetoothSerial#cleardevicediscoveredlistener

julianCast avatar Apr 11 '18 10:04 julianCast

@julianCast the type script definitions are part of Ionic Native. Can you submit a pull request to that repo with the missing definitions? https://github.com/ionic-team/ionic-native/blob/master/src/%40ionic-native/plugins/bluetooth-serial/index.ts

don avatar May 02 '18 18:05 don