---
title: "DefaultRemotePageIndicatorState"
description: "Default implementation of [RemotePageIndicatorState]."
type: "class"
---
## API Reference

> Source set: Android

```kotlin
public class DefaultRemotePageIndicatorState(
    override val pageCount: Int,
    override val selectedPage: RemoteInt = 0.ri,
    override val pageOffset: RemoteFloat = 0f.rf,
) : RemotePageIndicatorState
```

Default implementation of [RemotePageIndicatorState](/jetpack-compose/androidx.wear.compose.remote/remote-material3/interfaces/RemotePageIndicatorState/api).
