RtkLoaderView
A screen that shows full screen loader which is used between a connection is established with RealtimeKit universe.
<com.cloudflare.realtimekit.ui.view.RtkLoaderView
android:id="@+id/clLoader"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
/>