Closed sarahsnow1 closed 6 years ago
Begins rxlost module work with creation of new rxlost and rxlost-sample modules . Adds rx wrapper APIs around LostApiClient#connectionCallbacks
rxlost
rxlost-sample
LostApiClient#connectionCallbacks
ConnectionStatus
ConnectionCallbacks
Observable<ConnectionStatus>
RxLostApiClient
LostApiClient
getConnectionStatus()
Observable
👍
Overview
Begins
rxlost
module work with creation of newrxlost
andrxlost-sample
modules . Adds rx wrapper APIs aroundLostApiClient#connectionCallbacks
Proposed Changes
ConnectionStatus
enum to replace calls toConnectionCallbacks
Observable<ConnectionStatus>
to handle notifying subscribers when the client has been connectedRxLostApiClient
object which wrapsLostApiClient
and exposesgetConnectionStatus()
Observable