Interface TargetingContext
- All Known Implementing Classes:
TargetingFilterContext
public interface TargetingContext
Interface for the Targeting Context used in evaluating the `Microsoft.TargetingFilter`.
-
Method Summary
-
Method Details
-
getUserId
String getUserId()Return the userId- Returns:
- the userId
-
setUserId
Set the userId- Parameters:
userId- the userId to set
-
getGroups
Return the groups- Returns:
- the groups
-
setGroups
Set the groups- Parameters:
groups- the groups to set
-