registerCallLogsListener

Registers a listener for call logs events.

This function allows you to register an instance of ICallLogsListener to receive notifications about call logs-related events, such as missed calls and changes in the missed call counter. Once registered, the listener will be notified of relevant events as they occur.

Parameters

listener

The ICallLogsListener instance to be registered. This listener will receive callbacks for call logs events such as missed calls and missed call counter changes.