Inherits from UAActionResult : NSObject
Declared in UAAggregateActionResult.h

Overview

Convenience class for aggregating and merging multiple UAActionResults.

Instance Methods

addResult:forAction:

Adds a new result, merging with the existing result.

- (void)addResult:(UAActionResult *)result forAction:(NSString *)actionName

Parameters

result

The result to add.

actionName

The name of the action that produced the result.

Declared In

UAAggregateActionResult.h

resultForAction:

Gets the results for an action

- (UAActionResult *)resultForAction:(NSString *)actionName

Parameters

actionName

Name of the action

Return Value

UAActionResult for the action

Declared In

UAAggregateActionResult.h