Function

actionRunCallback

Creates an Action that executes a given ActionCallback implementation

Deprecated

glance-wear-tiles is deprecated and will be removed

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

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

Deprecated

glance-wear-tiles is deprecated and will be removed

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

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

Creates an Action that executes a given ActionCallback implementation