If `onResult` is the only method in your interface...
# android
l
If
onResult
is the only method in your interface you could write:
Copy code
result.setResultCallback {
        Log.d(logLabel, "got result!: ${it.toString()}" )
    }