Handler is given the tag name and a dictionary of named parameters.
Member Function Documentation
- (void) execute:
(NSString *)
tagName
parameters:
(NSDictionary *)
parameters
Handler is given the tag name and a dictionary of named parameters.
Parameters:
tagName
The same name by which the handler was registered. It is provided as a convenience to allow a single handler to be registered for multiple function call tags.
parameters
The named parameters for the function call. The dictionary may contain NSString, NSNumber (double, int, or boolean), NSDictionary, or NSArray.
Returns:
The evaluated result, which can be an NSString or NSNumber.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["The `TAGFunctionCallTagHandler` protocol enables applications to execute custom tags."],["Applications implement the `execute:parameters:` method to handle tag execution."],["The `execute:parameters:` method receives the tag name and a dictionary of parameters (`NSString`, `NSNumber`, `NSDictionary`, or `NSArray`)."],["The handler can access tag name and parameters to perform custom logic."]]],[]]