---
title: "RemotePageIndicatorState"
description: "An interface for connection between Pager and remote page indicators."
type: "interface"
---
## API Reference

> Source set: Android

```kotlin
public interface RemotePageIndicatorState
```

An interface for connection between Pager and remote page indicators.

## Properties

### pageCount

> Source set: Android

```kotlin
public val pageCount: Int
```

Total number of pages.

### selectedPage

> Source set: Android

```kotlin
public val selectedPage: RemoteInt
```

The currently selected page index.

### pageOffset

> Source set: Android

```kotlin
public val pageOffset: RemoteFloat
```

The current offset from the start of the selected page, as a ratio of the page width.
