fetchCallLogs
Fetches all call logs for the user.
Retrieves the complete list of call logs and updates the callLogs property with the fetched data. The callLogs property will then contain all the call logs, sorted by date with newer logs appearing first.
If a listener is provided, it will be notified with the list of CallLog objects once the operation is complete. However, if you have already subscribed to changes in the callLogs property, you can ignore the listener as the property will be updated automatically.
Note: this method retrieves the last 75 entries
Parameters
listener
An optional RainbowListener that will be notified with the result of the fetch operation. The listener receives a List<CallLog> objects as its result.