Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

actionRunCallback

Creates an Action that executes a given ActionCallback implementation

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

Last updated: