StatsServiceImpl

Functions

Link copied to clipboard
open suspend override fun getUserStats(userId: String?, venueId: String?, startTime: Long?, endTime: Long?): Stats

Retrieves the statistics for a user within a specified date range.

open override fun getUserStats(userId: String?, venueId: String?, startTime: Long?, endTime: Long?, completionCallback: CompletionCallback<Stats>)

Retrieves the statistics for a user and calls the specified completion callback when finished.