sdk
Toggle table of contents
1.1.18-SNAPSHOT
Select version
1.1.20-SNAPSHOT
1.1.19-SNAPSHOT
1.1.18-SNAPSHOT
1.1.17-SNAPSHOT
1.1.16-SNAPSHOT
1.1.15-SNAPSHOT
1.1.14-SNAPSHOT
1.1.12-SNAPSHOT
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
ai.abra.sdk.snapshot.google
Package-level
declarations
Types
Types
Google
Element
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
GoogleElement
(
val
kind
:
String
=
SemanticKind.GOOGLE
,
val
node
:
ViewHierarchyElement
?
=
null
,
val
depth
:
Int
,
val
index
:
Int
,
val
window
:
GoogleWindow
?
=
null
,
val
parent
:
GoogleElement
?
=
null
,
val
windowId
:
Int
,
val
packageName
:
String
?
,
val
className
:
String
?
,
val
resourceName
:
String
?
,
val
uniqueId
:
String
?
,
var
bounds
:
Bounds
,
val
childCount
:
Int
,
val
contentDescription
:
Sequence
?
,
val
hintText
:
Sequence
?
,
val
drawingOrder
:
Int
,
val
text
:
Sequence
?
,
val
isFocusable
:
Boolean
,
val
isChecked
:
Boolean
,
val
isClickable
:
Boolean
,
val
isEditable
:
Boolean
,
val
isEnabled
:
Boolean
,
val
isImportantForAccessibility
:
Boolean
,
val
isLongClickable
:
Boolean
,
val
isScreenReaderFocusable
:
Boolean
,
val
isScrollable
:
Boolean
,
val
isVisibleToUser
:
Boolean
,
val
textSizeInPx
:
Float
?
,
val
textSizeUnit
:
TextSize
?
,
val
roleDescription
:
Sequence
?
,
val
stateDescription
:
Sequence
?
,
var
textCharacterLocations
:
List
<
Bounds
>
=
listOf()
,
var
children
:
List
<
GoogleElement
>
)
:
SemanticElement
<
GoogleElement
>
Google
Window
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
GoogleWindow
(
val
kind
:
String
=
SemanticKind.GOOGLE
,
val
node
:
WindowHierarchyElement
?
=
null
,
val
id
:
Int
,
val
displayId
:
Int
?
,
val
type
:
WindowType
,
val
parentWindow
:
GoogleWindow
?
=
null
,
var
rootElement
:
GoogleElement
?
=
null
,
val
childCount
:
Int
,
var
bounds
:
Bounds
,
var
region
:
Bounds
,
val
isActive
:
Boolean
?
,
val
layer
:
Int
?
,
val
isAccessibilityFocused
:
Boolean
?
,
val
isFocused
:
Boolean
?
)
:
SemanticWindow