Package-level declarations
Types
Link copied to clipboard
typealias ActivityLifecycleSubscribable = com.splendo.kaluga.lifecycle.ActivityLifecycleSubscribable
Moved to :lifecycle. The aliases here keep existing imports compiling; new code should import directly from com.splendo.kaluga.lifecycle.
Link copied to clipboard
Link copied to clipboard
Moved to :lifecycle. Kept here as a typealias so existing callers compile during the deprecation window.
Link copied to clipboard
Moved to :lifecycle. Kept here as a typealias so existing callers compile during the deprecation window; new code should import com.splendo.kaluga.lifecycle.LifecycleSubscribable directly. :lifecycle has macOS support that :architecture cannot grow.
Functions
Link copied to clipboard
fun ActivityLifecycleSubscribable.subscribe(activity: Activity?, owner: LifecycleOwner, fragmentManager: FragmentManager)
fun ActivityLifecycleSubscribable.subscribe(activity: Activity?, owner: LifecycleOwner, parentFragmentManager: FragmentManager, childFragmentManager: FragmentManager)