public static interface CommonTimeConfig.OnServerDiedListener
CommonTimeConfig
instance to indicate that the connection to the native
media server has been broken and that the CommonTimeConfig
instance will
need to be released and re-created. The client application can implement this interface and
register the listener with the CommonTimeConfig.setServerDiedListener(OnServerDiedListener)
method.Modifier and Type | Method and Description |
---|---|
void |
onServerDied()
Method called when the native common time service has died.
|
void onServerDied()
If the native common time
service encounters a fatal error and needs to restart, the binder connection from the
CommonTimeConfig
instance to the common time service will be broken.