getMissedCalls

fun getMissedCalls(onCompletion: (Either<List<MissedCall>, SippoResourceError>) -> Unit)

Fetches the missing calls related to this user within the specified time interval.

Parameters

onCompletion

Callback that will be invoked when the request is completed. It will receive the missing calls list in case of success or a SippoResourceError otherwise. *

Throws