How getChildFragmentManager() supports all API levels

1.5k Views Asked by At

When there is a need to use getSupportFragmentManager() to support lower API levels, I think using getChildFragmentManager() method. How this method supports all API levels?

1

There are 1 best solutions below

3
On BEST ANSWER

They are both in the support library.