Package kohii.v1

Types

Link copied to clipboard
annotation class Beta(val message: String = "")
Link copied to clipboard
annotation class Draft(val message: String = "")
Link copied to clipboard
annotation class Experiment
Link copied to clipboard
annotation class Stable

Functions

Link copied to clipboard
fun String.logDebug(tag: String = ".log")
Link copied to clipboard
fun String.logError(tag: String = ".log")
Link copied to clipboard
fun String.logInfo(tag: String = ".log")
Link copied to clipboard
fun String.logWarn(tag: String = ".log")
Link copied to clipboard
inline fun <T> Pools.Pool<T>.onEachAcquired(action: (T) -> Unit)
Link copied to clipboard
fun View.viewBehavior(): CoordinatorLayout.Behavior<*>?

Utility to help client to quickly fetch the original Behavior of a View if available