startUpdate

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

Called when a change in the shown pages is going to start being made.

Parameters

container

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


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

Deprecated

Use startUpdate

Called when a change in the shown pages is going to start being made.

Parameters

container

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