public interface ServiceConnector
| Modifier and Type | Method and Description | 
|---|---|
void | 
connect(OnServiceReadyListener onServiceReadyListener)
Attempts to connect ServiceConnector to backing Service. 
 | 
void | 
disconnect()
Disconnects the connector from backing service. 
 | 
boolean | 
isConnected()
Checks whether the connector is connected to backing service. 
 | 
void connect(OnServiceReadyListener onServiceReadyListener) throws android.os.RemoteException
onServiceReadyListener - the listener informing that connection
 ends with success
 (
 ).android.os.RemoteException - thrown in case of connection
 failureboolean isConnected()
void disconnect()