AWSPinpointTargetingCondition
Objective-C
@interface AWSPinpointTargetingCondition
Swift
class AWSPinpointTargetingCondition
Specifies the conditions to evaluate for an activity in a journey, and how to evaluate those conditions.
-
The conditions to evaluate for the activity.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPinpointTargetingSimpleCondition *> *_Nullable conditions;
Swift
var conditions: [AWSPinpointTargetingSimpleCondition]? { get set }
-
Specifies how to handle multiple conditions for the activity. For example, if you specify two conditions for an activity, whether both or only one of the conditions must be met for the activity to be performed.
Declaration
Objective-C
@property (nonatomic) AWSPinpointTargetingOperator operator;
Swift
var `operator`: AWSPinpointTargetingOperator { get set }