Package-level declarations

Utility classes and functions that allow for abstraction of tasks

Types

Link copied to clipboard

Controls the AFK counter

Link copied to clipboard

Used to determine overall app layout

Functions

Link copied to clipboard
fun HorizontalSampleA(modifier: Modifier = Modifier, horizontalVueReaderState: HorizontalVueReaderState, import: () -> Unit)

Displays a pdf

Link copied to clipboard
fun JetPdfVue(@RawRes pdfRes: Int, context: Context, modifier: Modifier = Modifier)

Displays a .PDF file

Link copied to clipboard
fun VideoPlayer(@RawRes videoRes: Int, playWhenReady: Boolean = true, loop: Boolean = false, showControls: Boolean = true, height: Int = 720, modifier: Modifier = Modifier)

Creates an ExoPlayer composable that plays a video with a Resource Index videoRes.