public interface PassthroughServiceObserve
| Modifier and Type | Method and Description |
|---|---|
void |
observePassthroughNotify(Observer<PassthroughNotifyData> observer,
boolean register)
Observer for pass-through messages from the app server
|
void observePassthroughNotify(Observer<PassthroughNotifyData> observer, boolean register)
observer - The observer for pass-through messages from the app server.register - true: register the observer. False: unregister the observer.