← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkGridPaginatorView
Komponenta, která umožňuje změnit aktuální stránku mřížky aktivních účastníků.
Metody
| Metoda | Parametry | Popis |
|---|---|---|
activate |
rtkAndroidClient: RealtimeKitClient, uiTokens: RtkDesignTokens |
Navázání stránkovače na stav schůzky |
Příklady použití
Základní použití
<com.cloudflare.realtimekit.ui.view.RtkGridPaginatorView
android:id="@+id/rtk_grid_paginator"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />S metodami
val paginatorView = findViewById<RtkGridPaginatorView>(R.id.rtk_grid_paginator)
paginatorView.activate(meeting)