agentryShouldDisplayLabel method

Called to ask the adapter if Agentry should handle displaying the label for the field or leave it to the extension.

Syntax

- ( BOOL ) agentryShouldDisplayLabel

Returns

YES if Agentry should handle the label, NO if extension handles the label.

Usage

If this method returns YES, Agentry will handle displaying the label, including hyperlink functionality. If this method returns NO, the extension takes responsibility for the label (and is free to just not bother with it).

This is optional. If not present, assumes NO.