A toggle button for syncing plugin tabs.
| Method | Parameters | Description |
|---|---|---|
applyDesignTokens |
designTokens: RtkDesignTokens |
Apply custom design tokens for theming |
<com.cloudflare.realtimekit.ui.view.RtkTabSyncToggleButton
android:id="@+id/rtk_tab_sync"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />val tabSyncButton = findViewById<RtkTabSyncToggleButton>(R.id.rtk_tab_sync)
tabSyncButton.isActivated = true