sdk
Toggle table of contents
1.3.1
Select version
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.1.1
1.0
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
id
:
String
,
val
depth
:
Int
,
val
index
:
Int
,
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
>
,
val
window
:
GoogleWindow
?
)
:
SemanticElement
<
GoogleElement
,
GoogleWindow
>
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
,
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
<
GoogleWindow
,
GoogleElement
>