androidx.glance.wear.tiles.action
Interfaces
ActionCallback |
This interface is deprecated. glance-wear-tiles is deprecated and will be removed |
Top-level functions summary
inline Action |
<T : ActionCallback> This function is deprecated. glance-wear-tiles is deprecated and will be removed |
Action |
<T : ActionCallback> This function is deprecated. glance-wear-tiles is deprecated and will be removed |
Top-level functions
actionRunCallback
Artifact: androidx.glance:glance-wear-tiles
inline fun <T : ActionCallback>actionRunCallback(): Action
Creates an Action that executes a given ActionCallback implementation
actionRunCallback
Artifact: androidx.glance:glance-wear-tiles
Added in 1.0.0-alpha07
Deprecated in 1.0.0-alpha07
fun <T : ActionCallback>actionRunCallback(callbackClass: Class<T>): Action
Creates an Action that executes a given ActionCallback implementation
| Parameters | |
|---|---|
callbackClass: Class<T> |
the class that implements |