FragmentTransactionCallback

Callback interface for listening to fragment lifecycle changes that happen inside the adapter.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Callback returned by onFragmentPreAdded, onFragmentPreRemoved, onFragmentMaxLifecyclePreUpdated called after the operation ends.

Functions

Link copied to clipboard
Called right before Fragment's maximum state is capped via setMaxLifecycle.
Link copied to clipboard
Called right before the Fragment is added to adapter's FragmentManager.
Link copied to clipboard
Called right before the Fragment is removed from adapter's FragmentManager.
Link copied to clipboard