sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
ai.abra.sdk.snapshot.abra.types
Package-level
declarations
Types
Functions
Types
Bounds
Link copied to clipboard
@
JsonClass
(
generateAdapter
=
true
)
data
class
Bounds
(
@
Json
(
name
=
"x"
)
val
x
:
Int
,
@
Json
(
name
=
"y"
)
val
y
:
Int
,
@
Json
(
name
=
"width"
)
val
width
:
Int
,
@
Json
(
name
=
"height"
)
val
height
:
Int
)
:
Codable
,
Scalable
<
Bounds
>
Bounds
Json
Adapter
Link copied to clipboard
class
BoundsJsonAdapter
(
moshi
:
Moshi
)
:
JsonAdapter
<
<Error class: unknown class>
>
class
BoundsJsonAdapter
(
moshi
:
Moshi
)
:
JsonAdapter
<
<Error class: unknown class>
>
Sequence
Link copied to clipboard
data
class
Sequence
(
val
sequence
:
CharSequence
)
:
CharSequence
,
Comparable
<
String
>
Functions
to
Sequence
Link copied to clipboard
fun
CharSequence
.
toSequence
(
)
:
Sequence