Unbind from the remote service if connected. Observers will be notified with reason code CANCELLED. Subsequent calls to #bind() (or this method) will have no effect.
()
| 94 | * <p>Subsequent calls to {@link #bind()} (or this method) will have no effect. |
| 95 | */ |
| 96 | @AnyThread |
| 97 | void unbind(); |
| 98 | } |
no outgoing calls