summaryrefslogtreecommitdiff
path: root/native/annotator/annotator.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/annotator/annotator.h')
-rw-r--r--native/annotator/annotator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/native/annotator/annotator.h b/native/annotator/annotator.h
index d69fe32..5df8129 100644
--- a/native/annotator/annotator.h
+++ b/native/annotator/annotator.h
@@ -149,6 +149,9 @@ class Annotator {
// Initializes the contact engine with the given config.
bool InitializeContactEngine(const std::string& serialized_config);
+ // Cleans up the resources associated with the contact engine.
+ void CleanUpContactEngine();
+
// Initializes the installed app engine with the given config.
bool InitializeInstalledAppEngine(const std::string& serialized_config);