Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun KwikNetworkStateView(networkState: KwikNetworkUtils.NetworkState, modifier: Modifier = Modifier)
Useful for displaying the current network state of the app.
Link copied to clipboard
fun KwikViewVisibilityTracker(modifier: Modifier = Modifier, tolerance: Int = 0, onVisibilityChanged: (isVisible: Boolean) -> Unit, content: @Composable () -> Unit)
This component tracks the visibility of the content inside it. and notifies the caller when the visibility changes. The caller can provide a tolerance value to adjust the visibility. For example, if the caller wants to know when the content is 50% visible on the screen,