---
title: "RemoteScrollState"
description: "Scroll state for remote components."
type: "class"
---
## API Reference

> Source set: Android

```kotlin
public class RemoteScrollState constructor(public val positionState: MutableRemoteFloat, public val notches: Int)
```

Scroll state for remote components.

## Functions

### equals

> Source set: Android

```kotlin
override fun equals(other: Any?): Boolean
```

### hashCode

> Source set: Android

```kotlin
override fun hashCode(): Int
```

### toString

> Source set: Android

```kotlin
override fun toString(): String
```
