Expand description
Tauri commands for playback reporting operations
TRACES: UR-025, UR-019 | IR-015, JA-010, JA-011, JA-012 | DR-028
These commands provide frontend access to the Rust playback reporting system, replacing the TypeScript implementation with native Rust reporting.
Commands are registered but not yet called from the frontend. Dead code warnings are suppressed until frontend migration is complete.
Structs§
- Playback
Reporter Wrapper - Tauri state wrapper for PlaybackReporter
Functions§
- playback_
mark_ played - Mark item as played
- playback_
report_ progress - Report playback progress
- playback_
report_ start - Report playback start
- playback_
report_ stopped - Report playback stopped
- playback_
reporter_ destroy - Destroy playback reporter (called on logout)
- playback_
reporter_ init - Initialize playback reporter (called after login)