Skip to main content

Lifecycle

Logout#

When the user has logged out, the app must call:

        ContactManager.handleLogout()            .observeOn(AndroidSchedulers.mainThread())            .subscribe {}