notifyDrawablesChanged

Notifies all registered DrawableProviderObserver instances that the drawables have changed and need to be reloaded and redrawn. If only drawables for a single page have changed, consider calling notifyDrawablesChanged instead.


open fun notifyDrawablesChanged(@IntRange(from = 0) pageIndex: Int)

Notifies all registered DrawableProviderObserver instances that the drawables for the given pageIndex have changed and need to be reloaded and redrawn.

Parameters

pageIndex

Number of the page on which drawables have changed.