---
title: "RemoteIntArray.OperationKey.Create"
type: "class"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
Create
```

## Functions

### toDebugString

> Source set: Android

```kotlin
override fun toDebugString(args: List<RemoteStateCacheKey>) =
                "arrayOf(${args.joinToDebugString()})"
```

### reconstruct

> Source set: Android

```kotlin
override fun reconstruct(args: List<BaseRemoteState<*>>): BaseRemoteState<*>
```
