fetchAllCallLogs

abstract fun fetchAllCallLogs(listener: RainbowListener<Unit, Unit>? = null)

Fetch all CallLogs. This method is already called internally at the SDK startup. Only to use if you want to force refresh the data.

Parameters

listener

RainbowListener (optional) callback (onSuccess, onError)