| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside | |
| com.facebook.ads.utils |
| Modifier and Type | Method and Description |
|---|---|
GenderEnum |
UserData.getGender()
Gender, Male or Female.
|
static GenderEnum |
GenderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenderEnum[] |
GenderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.gender(GenderEnum gender)
Gender.
|
void |
UserData.setGender(GenderEnum gender)
Gender, Male or Female.
|
| Constructor and Description |
|---|
UserData(String email,
String phone,
GenderEnum gender,
String dateOfBirth,
String lastName,
String firstName,
String city,
String state,
String zipcode,
String countryCode,
String externalId,
String clientIpAddress,
String clientUserAgent,
String fbc,
String fbp,
String subscriptionId,
String fbLoginId,
String leadId,
String f5first,
String f5last,
String fi,
String dobd,
String dobm,
String doby) |
| Modifier and Type | Method and Description |
|---|---|
GenderEnum |
Sha256GenderEnumAdaptor.read(com.google.gson.stream.JsonReader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
Sha256GenderEnumAdaptor.write(com.google.gson.stream.JsonWriter writer,
GenderEnum input) |
Copyright © 2020. All rights reserved.