← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkLeaveButton
Tlačítko, které přepíná viditelnost potvrzovacího dialogu pro opuštění schůzky.
Metody
| Metoda | Parametry | Popis |
|---|---|---|
activate |
meeting: RealtimeKitClient |
Navázání tlačítka na stav schůzky |
Příklady použití
Základní použití
<com.cloudflare.realtimekit.ui.view.controlbarbuttons.RtkLeaveButton
android:id="@+id/rtk_leave_button"
android:layout_width="48dp"
android:layout_height="48dp" />S metodami
val leaveButton = findViewById<RtkLeaveButton>(R.id.rtk_leave_button)
leaveButton.activate(meeting)