subscribe
Deprecated
Moved to :lifecycle. Import com.splendo.kaluga.lifecycle.subscribe instead.
Replace with
import com.splendo.kaluga.lifecycle.subscribe
Content copied to clipboard
subscribe(activity)Content copied to clipboard
Deprecated
Moved to :lifecycle. Import com.splendo.kaluga.lifecycle.subscribe instead.
Replace with
import com.splendo.kaluga.lifecycle.subscribe
Content copied to clipboard
subscribe(fragment)Content copied to clipboard
fun ActivityLifecycleSubscribable.subscribe(activity: Activity?, owner: LifecycleOwner, fragmentManager: FragmentManager)
Deprecated
Moved to :lifecycle. Import com.splendo.kaluga.lifecycle.subscribe instead.
Replace with
import com.splendo.kaluga.lifecycle.subscribe
Content copied to clipboard
subscribe(activity, owner, fragmentManager)Content copied to clipboard
fun ActivityLifecycleSubscribable.subscribe(activity: Activity?, owner: LifecycleOwner, parentFragmentManager: FragmentManager, childFragmentManager: FragmentManager)
Deprecated
Moved to :lifecycle. Import com.splendo.kaluga.lifecycle.subscribe instead.
Replace with
import com.splendo.kaluga.lifecycle.subscribe
Content copied to clipboard
subscribe(activity, owner, parentFragmentManager, childFragmentManager)Content copied to clipboard