public interface ContentMatcher
To create a content matcher object, call
Realm.createContentMatcher
.
Programs may supply a content matcher object to
Realm.createSubscriber
.
Customers do not implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy a content matcher object.
|
void destroy()
An application can destroy a content matcher object to reclaim its resources. Destroying a matcher does not invalidate objects created with the matcher. (For example, the subscriber creation call copies its matcher argument into the new subscriber.)