Skip to main content

DyteLoaderView

A screen that shows full screen loader which is used between a connection is established with Dyte universe.

<dyte.io.uikit.view.DyteLoaderView
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"
/>