ActionCallback

interface ActionCallback


A callback executed in response to the user action, before the content is updated. The implementing class must have a public zero argument constructor, this is used to instantiate the class at runtime.

Summary

Public functions

suspend Unit
onAction(
    context: Context,
    glanceId: GlanceId,
    parameters: ActionParameters
)

Performs the work associated with this action.

Public functions

onAction

Added in 1.0.0
suspend fun onAction(
    context: Context,
    glanceId: GlanceId,
    parameters: ActionParameters
): Unit

Performs the work associated with this action. Called when the action is triggered.

Parameters
context: Context

the calling context

glanceId: GlanceId

the GlanceId that triggered this action

parameters: ActionParameters

the parameters associated with the action

API reference packages and classes for Android app developers.

Updated Feb 10, 2025

API reference packages and classes for Android app developers.

Updated Feb 10, 2025

API reference packages and classes for Android app developers.

Updated Feb 10, 2025