class NativeMatcher : Matcher
A wrapper for a native object providing access to the matching algorithms.
NativeMatcher()
A wrapper for a native object providing access to the matching algorithms. |
fun dispose(): Unit |
|
fun getNativeHandle(): Long |
|
fun isAutoDisposable(): Boolean |
|
fun match(location: Location): Unit |
|
fun notifyMatcherListener(result: MatchResult): Unit
Called from C++ to pass matching results. |
|
fun setDataToMatchAgainst(dataProvider: MatchingDataProvider): Unit
Visible only within the module, wrapped around by a factory. |
|
fun setMatcherListener(listener: MatcherListener): Unit |