<div class='sourceset sourceset-android'>Android</div>

```kotlin
public interface Action
```

A RemoteCompose frontend model of Actions that can be converted to either RemoteCompose
operations or a ComposeUI lambda.

## Functions

<h2 id="toremoteaction">toRemoteAction</h2>

```kotlin
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
    public fun RemoteStateScope.toRemoteAction(): androidx.compose.remote.creation.actions.Action
```