fetchCallLogsForHuntingGroup
abstract fun fetchCallLogsForHuntingGroup(groupId: String?, listener: RainbowListener<List<GroupCallLog>, Unit>? = null)
Fetches call logs for a specific hunting group.
Retrieves the list of call logs associated with the specified hunting group by fetching them from the server. Once the call logs are successfully fetched, the provided listener is notified with the result.
Parameters
groupId
The unique identifier of the hunting group for which the call logs should be fetched. This ID must correspond to a valid hunting group.
listener
A RainbowListener that will be notified upon completion of the fetch operation.