Package-level declarations
Common classes and interfaces used by other modules.
Types
Link copied to clipboard
object AppLauncher
AppLauncher is a utility class that can be used to launch an app with a given package name.
Properties
Functions
Link copied to clipboard
Maps the SparseArray to a new SparseArray using the provided modifier.
Link copied to clipboard
Parses the string and makes the text between <b>
and </b>
bold using AnnotatedString.
Link copied to clipboard
fun registerReceiver(intentFilter: IntentFilter, flags: Int = ContextCompat.RECEIVER_NOT_EXPORTED, onEvent: (Intent?) -> Unit)
Registers a BroadcastReceiver that will be automatically unregistered when the composable is disposed.
Link copied to clipboard
Creates a simple MutableSharedFlow with a buffer of 1 element and BufferOverflow.DROP_OLDEST strategy.