-
public class CustomTargeting.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static CustomTargeting.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final CustomTargetingcustomTarget(String key, Object value)Create custom targeting with single key and single value final CustomTargetingfrom(Map<String, Object> parameters)Create custom targeting with multiple keys and values -
-
Method Detail
-
customTarget
final CustomTargeting customTarget(String key, Object value)
Create custom targeting with single key and single value
-
from
final CustomTargeting from(Map<String, Object> parameters)
Create custom targeting with multiple keys and values
-
-
-
-