Kotlin noob here.
When I ctrl+click
on BluetoothDevice
it opens...
\AppData\Local\Android\Sdk\sources\android-28\android\bluetooth\BluetoothDevice.java
In there I can see...
public String getAliasName()
Yet I'm unable to access it in my ScanCallback
. Why not?
I have minSdkVersion
set to 28.