on Result
abstract fun onResult(callLogs: List<DirectCallLog>?, e: SendBirdException?)
Content copied to clipboard
A callback for when the query is done.
Since
0.6.0
Parameters
call Logs
Call logs.
e
null
if no error.
A callback for when the query is done.
0.6.0
Call logs.
null
if no error.