Join Slack
Powered by
If `onResult` is the only method in your interface...
# android
l
len
03/22/2016, 10:44 PM
If
onResult
is the only method in your interface you could write:
Copy code
result.setResultCallback { Log.d(logLabel, "got result!: ${it.toString()}" ) }
3
Views
Open in Slack
Previous
Next