BaseSupportFragment
open class BaseSupportFragment : BrandedSupportFragment
kotlin.Any | |||
↳ | androidx.fragment.app.Fragment | ||
↳ | androidx.leanback.app.BrandedSupportFragment | ||
↳ | androidx.leanback.app.BaseSupportFragment |
Base class for leanback Fragments. This class is not intended to be subclassed by apps.
Summary
Public methods | |
---|---|
ProgressBarManager! |
Returns the |
open Unit | |
open Unit | |
open Unit |
onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle?) |
open Unit |
Enables entrance transition. |
open Unit |
When fragment finishes loading data, it should call startEntranceTransition() to execute the entrance transition. |
Protected methods | |
---|---|
open Any! |
Create entrance transition. |
open Unit |
Callback when entrance transition is ended. |
open Unit |
Callback when entrance transition is prepared. |
open Unit |
Callback when entrance transition is started. |
open Unit |
runEntranceTransition(entranceTransition: Any!) Run entrance transition. |
Inherited functions | |
---|---|