プラグインタブを同期するトグルボタンです。
| メソッド | パラメーター | 説明 |
|---|---|---|
applyDesignTokens |
designTokens: RtkDesignTokens |
テーマ用にカスタムデザイントークンを適用します |
<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