reactormonk
03/14/2023, 5:47 PMref
isn't visible on the inside:
class Service {
val ref = this
class LocalBinder: Binder() {
fun getService(): BluetoothBackgroundService {
return ref
}
}
}
Vampire
03/14/2023, 5:50 PMinner class
iircreactormonk
03/14/2023, 5:50 PMVampire
03/14/2023, 5:55 PMKevin
03/14/2023, 6:03 PMLandry Norris
03/14/2023, 6:04 PMstruct Foo; init_method(&foo);
into CPointer<Foo>? = null; init_method(foo)
, which is wrong. But I know enough about Kotlin/Native to see that and replace it with the correct details.Bryan Buschmann
03/14/2023, 6:17 PMinterface
.Landry Norris
03/14/2023, 6:19 PMKevin
03/14/2023, 7:30 PM