ComposeA11yScanner
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
ComposeA11yScanner
scanner-core
/
com.composea11yscanner.core.model
/
ScanResult
/
ScanResult
Scan
Result
constructor
(
scanId
:
String
,
timestamp
:
Long
,
totalNodes
:
Int
,
issues
:
List
<
A11yIssue
>
,
passedRules
:
Int
,
failedRules
:
Int
)