toggle menu
Kvaesitso
androidJvm
switch theme
search in API
shared
/
de.mm20.launcher2.plugin.contracts
/
Column
Column
sealed
interface
Column
<
T
>
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
Functions
get
Link copied to clipboard
abstract
fun
Bundle
.
get
(
)
:
T
?
put
Link copied to clipboard
abstract
fun
Bundle
.
put
(
value
:
T
?
)
read
At
Index
Link copied to clipboard
abstract
fun
Cursor
.
readAtIndex
(
index
:
Int
)
:
T
?
to
Cursor
Value
Link copied to clipboard
open
fun
RowBuilderScope
.
toCursorValue
(
value
:
T
?
)
:
Any
?