---
title: "combinedAction"
description: "Creates an action that's a composite of multiple actions."
type: "function"
lastmod: "2026-06-04T09:07:43.436733Z"
---
## API Reference

### combinedAction

> Source set: Android

```kotlin
public fun combinedAction(vararg actions: Action): Action
```

Creates an action that's a composite of multiple actions.

#### Parameters

| | |
| --- | --- |
| actions | The actions to combine. |
