Class DecisionScope
java.lang.Object
com.adobe.marketing.mobile.optimize.DecisionScope
DecisionScope class represents a scope used to fetch personalized offers from the
Experience Edge network.-
Constructor Summary
ConstructorsConstructorDescriptionDecisionScope(String name) Constructor creates aDecisionScopeusing the providedname.DecisionScope(String activityId, String placementId) Constructor creates aDecisionScopeusing the providedactivityIdandplacementId.DecisionScope(String activityId, String placementId, int itemCount) Constructor creates aDecisionScopeusing the providedactivityId,placementIdanditemCount. -
Method Summary
-
Constructor Details
-
DecisionScope
Constructor creates aDecisionScopeusing the providedname.- Parameters:
name-Stringcontaining scope name.
-
DecisionScope
Constructor creates aDecisionScopeusing the providedactivityIdandplacementId.This constructor assumes the item count for the given scope to be 1.
- Parameters:
activityId-Stringcontaining activity identifier for the given scope.placementId-Stringcontaining placement identifier for the given scope.
-
DecisionScope
Constructor creates aDecisionScopeusing the providedactivityId,placementIdanditemCount.- Parameters:
activityId-Stringcontaining activity identifier for the given scope.placementId-Stringcontaining placement identifier for the given scope.itemCount-Stringcontaining number of items to be returned for the given scope.
-
-
Method Details