agentryShouldDisplayValidationFailure method

Called to ask the adapter if Agentry should handle displaying validation failure text or leave it to the extension.

Syntax

- ( BOOL ) agentryShouldDisplayValidationFailure

Returns

YES if Agentry should handle the validation failure text, NO if the extension handles the validation failure text.

Remarks

If this method returns YES, Agentry will handle displaying the field validation failure text, and do the necessary layout adjustments for it. If this method returns NO, the extension takes responsibility for displaying the field validation failure text.

This is optional. If not present, assumes YES and Agentry displays the validation failure message.