Add terminateModuleProcess method to BridgeInterface

This commit is contained in:
C R E S T
2026-04-14 16:04:36 +05:30
committed by GitHub
parent ba607fb419
commit 6f0639b8e9

View File

@@ -107,5 +107,7 @@ interface BridgeInterface {
@nullable String getDebugProp(String key, @nullable String defaultValue);
oneway void terminateModuleProcess();
CallDownloadSession startCallDownload(long startTimestamp, String author);
}