Interface DisconnectedCallback
public interface DisconnectedCallback
A callback for lost connection event. Used to notify separate process's lyfecycle manager that connection
 with host lost.
- 
Method SummaryModifier and TypeMethodDescriptionvoidNotifies separate process's lyfecycle manager that connection with host process lost.
- 
Method Details- 
onDisconnectedvoid onDisconnected()Notifies separate process's lyfecycle manager that connection with host process lost.
 
-