Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias IconComposable = @Composable (contentDescription: String?, modifier: Modifier, tint: Color) -> Unit
Link copied to clipboard
object IntentUtil
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual object Platform
expect object Platform
actual object Platform
actual object Platform
actual object Platform
Link copied to clipboard
object Toolbox
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Context.isServiceRunning(serviceClass: Class<*>?, checkForeground: Boolean = false): Boolean
Link copied to clipboard
Link copied to clipboard
fun L.logIf(tag: ToolboxLogging.Tag, force: Boolean = false): AbstractLogger?
Link copied to clipboard
fun ProvideTextStyle(style: TextStyle = LocalTextStyle.current, mergeWith: TextStyle, content: @Composable () -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Context.restartApp(intent: Intent? = null)
Link copied to clipboard
fun L.sendFeedback(appName: String, appVersion: String, fileLoggingSetup: IFileLoggingSetup?, files: List<Path> = emptyList(), appendLogFile: Boolean = true)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun PlatformFile.toAndroidUriInternal(): Uri
Link copied to clipboard
fun Int.toIconComposable(tint: Color = Color.Unspecified): IconComposable