public interface AppLovinUserSegment
User segments allow us to serve ads using custom-defined rules based on which segment the user is in. For now, we only support a custom string 32 alphanumeric characters or less as the user segment.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
void |
setName(java.lang.String name)
Custom segment name with 32 alphanumeric characters or less defined in your AppLovin dashboard.
|
void setName(java.lang.String name)
name - Custom segment name with 32 alphanumeric characters or less defined in your AppLovin dashboard. Can be null.java.lang.String getName()