Function

actionRunCallback

Creates an [Action] that executes a given [ActionCallback] implementation

Android
Deprecated glance-wear-tiles is deprecated and will be removed

actionRunCallback

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
Android
Deprecated glance-wear-tiles is deprecated and will be removed

actionRunCallback

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

Creates an Action that executes a given ActionCallback implementation