actionRunCallback

Function

Android

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

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

Creates an Action that executes a given ActionCallback implementation

Parameters

callbackClassthe class that implements ActionCallback
Android

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

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

Creates an Action that executes a given ActionCallback implementation