← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / android
RtkLoaderView
A full-screen loader component that can be displayed while a connection is being established with the RealtimeKit server. You must manually control the visibility of this view based on your application's connection state.
Usage Examples
Basic Usage
<com.cloudflare.realtimekit.ui.view.RtkLoaderView
android:id="@+id/clLoader"
android:layout_width="match_parent"
android:layout_height="match_parent" />