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 Summary
Modifier and TypeMethodDescriptionvoid
Notifies separate process's lyfecycle manager that connection with host process lost.
-
Method Details
-
onDisconnected
void onDisconnected()Notifies separate process's lyfecycle manager that connection with host process lost.
-