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

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

RtkClockView

Last updated Apr 21, 2026Copy as MarkdownView as MarkdownAgent setup
OverviewMethodsUsage ExamplesBasic UsageWith Methods

A clock component which shows the elapsed time of a meeting.

Methods

Method Parameters Description
activate meeting: RealtimeKitClient Bind the clock to the meeting state
applyDesignTokens designTokens: RtkDesignTokens Apply custom design tokens for theming

Usage Examples

Basic Usage

<com.cloudflare.realtimekit.ui.view.RtkClockView
    android:id="@+id/rtk_clock_view"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

With Methods

val clockView = findViewById<RtkClockView>(R.id.rtk_clock_view)
clockView.activate(meeting)
PreviousRtkChatBottomSheetNextRtkControlBarButton

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page