isConnected()
is replaced withconnect(callback)
to get asynchronously notified of connection success/fail.ResHandler
renamed toResCallback
and moved to/callbacks
directory along with other callbacks.
isConnected()
is replaced with connect(callback)
to get asynchronously notified of connection success/fail.ResHandler
renamed to ResCallback
and moved to /callbacks
directory along with other callbacks.