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

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Action
<T : ActionCallback> actionRunCallback(callbackClass: Class<T>)

This function is deprecated. glance-wear-tiles is deprecated and will be removed

Top-level functions

actionRunCallback

inline fun <T : ActionCallback> actionRunCallback(): Action

Creates an Action that executes a given ActionCallback implementation

actionRunCallback

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 ActionCallback