IRedactionCallback
Leave feedback
On this page
public interface IRedactionCallback
Defines methods that are required for receiving information on each redaction change and optionally prevent it.
Learn more
- More details about implementing IRedactionCallback interface: Use redaction callback
| Method | Description |
|---|---|
| acceptRedaction(RedactionDescription description) | This call is triggered right before applying any redaction to the document and allows to log or forbid it. |
public abstract boolean acceptRedaction(RedactionDescription description)
This call is triggered right before applying any redaction to the document and allows to log or forbid it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| description | RedactionDescription | Contains information about particular match type, criteria, text and position |
Returns: boolean - Return true to accept or false to decline particular match redaction
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.