finishUpdate

open fun finishUpdate(@NonNull container: ViewGroup)(source)

Called when the a change in the shown pages has been completed. At this point you must ensure that all of the pages have actually been added or removed from the container as appropriate.

Parameters

container

The containing View which is displaying this adapter's page views.


open fun finishUpdate(@NonNull container: View)(source)

Deprecated

Use finishUpdate

Called when the a change in the shown pages has been completed. At this point you must ensure that all of the pages have actually been added or removed from the container as appropriate.

Parameters

container

The containing View which is displaying this adapter's page views.