com.applovin.sdk.AppLovinTargetingData |
This interface defines a class that accepts available targeting data
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
char | GENDER_FEMALE | This constant represents female gender for setGender() method
|
|||||||||
char | GENDER_MALE | This constant represents male gender for setGender() method
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clear all saved targeting data
| |||||||||||
Put an extra targeting parameter
| |||||||||||
Set the year of birth of current user.
| |||||||||||
Set carrier current device is on.
| |||||||||||
Set a two-character ISO 3166-1 country code of the device.
| |||||||||||
Set the gender of current user.
| |||||||||||
Set interests for the user.
| |||||||||||
Set keywords for the application.
| |||||||||||
Set the language of current user.
| |||||||||||
Set the location of current user.
|
This constant represents female gender for setGender()
method
This constant represents male gender for setGender()
method
Clear all saved targeting data
Put an extra targeting parameter
key | Key of the parameter. Must not be null. |
---|---|
value | Parameter value. |
Set the year of birth of current user.
birthYear | Birth year of the current user. |
---|
Set carrier current device is on.
carrier | Carrier to use. |
---|
Set a two-character ISO 3166-1 country code of the device.
country | Device country code |
---|
Set the gender of current user. Use GENDER_MALE
and GENDER_FEMALE
constants of this class or pass 'm' or 'f' directly.
gender | Gender of the current user. |
---|
Set interests for the user.
interests | Interests for the current user. |
---|
Set keywords for the application.
keywords | Keywords about the current application |
---|
Set the language of current user. Language is expressed as two-character ISO 639-1 language code.
language | Language of the current user. |
---|
Set the location of current user.
location | Location of the current user. |
---|