Package io.getstream.chat.java.services
Interface StatsService
-
public interface StatsService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<TeamUsageStats.QueryTeamUsageStatsResponse>queryTeamUsageStats(@NotNull TeamUsageStats.QueryTeamUsageStatsRequestData queryTeamUsageStatsRequestData)
-
-
-
Method Detail
-
queryTeamUsageStats
@POST("stats/team_usage") retrofit2.Call<TeamUsageStats.QueryTeamUsageStatsResponse> queryTeamUsageStats(@NotNull @Body @NotNull TeamUsageStats.QueryTeamUsageStatsRequestData queryTeamUsageStatsRequestData)
-
-