ZyncTeamManager

Manager class for handling team operations. Provides offline-first team data access and management capabilities.

Functions

Link copied to clipboard
suspend fun fetchTeams(sortAndFilter: ZyncTeamSortAndFilter, page: Int, pageSize: Int): GetTeamsResult

Fetch paginated list of teams with sorting and filtering capabilities. Supports offline-first pattern with cache fallback for page 1.

Link copied to clipboard

Get detailed team information including members.