Package-level declarations

Types

Link copied to clipboard
class FloatingMessage(body: String, button: FloatingMessage.Button? = null)

A class representing a floating message that can be used to display a floating text and optionally a button with text and/or icon and a custom callback.

Link copied to clipboard
data class Permission(val isAllowed: Boolean, val neverAskAgain: Boolean)

Permission

Link copied to clipboard
data class UserDetails(val userId: String, val name: String, val image: Uri)

UserDetails representation of display info of a user

Link copied to clipboard
typealias UserDetailsProvider = suspend (userIds: List<String>) -> Result<List<UserDetails>>

User details provider

Link copied to clipboard
data class Volume(val current: Int, val min: Int, val max: Int)

Volume