[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/realtime/realtimekit/ui-kit/api-reference/android/button/ [Back]  [Original]

RtkButton Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /Android
  5. /RtkButton

RtkButton

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewPropertiesMethodsUsage ExamplesBasic Usage

A button that follows the RealtimeKit design system.

Properties

Property Type Required Default Description
rtk_btn_variant primary | secondary | danger - Button variant

Methods

Method Parameters Description
applyDesignTokens designTokens: RtkDesignTokens Apply custom design tokens for theming
refresh uiTokens: RtkDesignTokens Refresh the button with the provided tokens

Usage Examples

Basic Usage

<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" />
PreviousRtkAvatarViewNextRtkCameraToggleButton

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page