LifecycleOwner

public interface LifecycleOwner

android.arch.lifecycle.LifecycleOwner


A class that has an Android lifecycle. These events can be used by custom components to handle lifecycle changes without implementing any code inside the Activity or the Fragment.

See also:

Summary

Public methods

abstract LifecyclegetLifecycle()

Returns the Lifecycle of the provider.

Public methods

getLifecycle

Lifecycle getLifecycle ()

Returns the Lifecycle of the provider.

Returns
LifecycleThe lifecycle of the provider.