A button that follows the RealtimeKit design system.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
rtk_btn_variant |
primary | secondary | danger |
❌ | - | Button variant |
| Method | Parameters | Description |
|---|---|---|
applyDesignTokens |
designTokens: RtkDesignTokens |
Apply custom design tokens for theming |
refresh |
uiTokens: RtkDesignTokens |
Refresh the button with the provided tokens |
<com.cloudflare.realtimekit.ui.view.button.RtkButton
android:id="@+id/btn_id"
android:layout_width="200dp"
android:layout_height="48dp"
android:text="Text on Button"
app:rtk_btn_variant="primary" />