onResult

abstract fun onResult(callLogs: List<DirectCallLog>?, e: SendBirdException?)

A callback for when the query is done.

Since

0.6.0

Parameters

callLogs

Call logs.

e

null if no error.