- Home
- /Realtime
- /…
- /Android
- /RtkHeaderView
RtkHeaderView
Last updated Apr 21, 2026|Copy as Markdown|View as Markdown|Agent setup OverviewMethodsUsage ExamplesBasic UsageWith Methods
A base header view component. Provides background styling and design token support.
<com.cloudflare.realtimekit.ui.view.headers.RtkHeaderView
android:id="@+id/rtk_header"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
val header = findViewById<RtkHeaderView>(R.id.rtk_header)
header.activate(meeting)
PreviousRtkGridViewNextRtkJoinButton