android-components / mozilla.components.support.base.observer / Observable / pauseObserver

pauseObserver

abstract fun pauseObserver(observer: T): Unit (source)

Pauses the provided observer. No notifications will be sent to this observer until resumeObserver is called.

Parameters

observer - the observer to pause.