Zync Timelog Manager
class ZyncTimelogManager
Public API manager for timelog operations in the Zync SDK.
This manager provides access to active timelog functionality, following the offline-first approach where cached data is returned immediately from local storage.
Functions
Link copied to clipboard
Get the current active timelog entry.
Link copied to clipboard
suspend fun getJobTimeLogSummary(jobUid: String, fetchType: ZyncFetchType = ZyncFetchType.NONE): GetJobTimeLogSummaryResult
Get comprehensive timelog summary for a specific job with offline-first support
Link copied to clipboard
Link copied to clipboard
Update timelog entry with offline-first support