Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Mock implementation of LifecycleSubscribable for use in tests.
Functions
Link copied to clipboard
inline fun <T : Any> AppCompatActivity.getOrPutAndRemoveOnDestroyFromCache(crossinline onCreate: (T) -> Unit = {}, crossinline onDestroy: (T) -> Unit = {}, defaultValue: () -> T): T
Lifecycle aware caching on the activity level
Link copied to clipboard