Report Service
class ReportService
Functions
Link copied to clipboard
Delete the report for a specific app
Link copied to clipboard
Get the list of reports for a user.
Get the list of reports for an app.
Link copied to clipboard
suspend fun update(reportId: String, name: String? = null, state: ReportState? = null): Result<ReportResource, Exception>
Update a report.