actionRunCallback
Deprecated
glance-wear-tiles is deprecated and will be removed
Source set: Android
public fun <T : ActionCallback> actionRunCallback(callbackClass: Class<T>): Action
Creates an Action that executes a given ActionCallback implementation
Parameters
| callbackClass | the class that implements ActionCallback |
actionRunCallback
Deprecated
glance-wear-tiles is deprecated and will be removed
Source set: Android
public inline fun <reified T : ActionCallback> actionRunCallback(): Action
Creates an Action that executes a given ActionCallback implementation