Pagination

Properties

Link copied to clipboard
open override val id: String

Unique identifier for this UI component.

Link copied to clipboard
open override val isEnabled: Boolean

Whether this component is currently enabled.

Link copied to clipboard
open override val isVisible: Boolean

Whether this component is currently visible.

Link copied to clipboard

Functions

Link copied to clipboard
open override fun disable()

Disable this component.

Link copied to clipboard
open override fun dispose()

Dispose of this component and release resources.

Link copied to clipboard
open override fun enable()

Enable this component.

Link copied to clipboard

Gets the display label for a page. Returns room number for breakout rooms, with lock indicator if user not member. Returns the icon to use, label text, and whether locked.

Link copied to clipboard
open suspend fun handleClick(page: Int)

Handles clicking on a page with full breakout room logic. Mirrors Flutter/React SDK's handleClick implementation.

Link copied to clipboard
open override fun hide()

Hide this component.

Link copied to clipboard

Composable extension for rendering Pagination in Jetpack Compose

Link copied to clipboard
open override fun show()

Show this component.