public interface

Attributes

com.urbanairship.util.Attributes

Class Overview

Predefined attributes.

Summary

Constants
String ACCOUNT_CREATION Account creation attribute.
String ADVERTISING_ID Advertising id attribute.
String AGE Age attribute.
String BIRTHDATE Birthdate attribute.
String CITY City attribute.
String COMPANY Company attribute.
String COUNTRY Country attribute.
String EMAIL Email attribute.
String FIRST_NAME First name attribute.
String FULL_NAME Full name attribute.
String GENDER Gender attribute.
String HOME_PHONE Home phone attribute.
String LAST_NAME Last name attribute.
String LOYALTY_TIER Loyalty tier attribute.
String MOBILE_PHONE Mobile phone attribute.
String REGION Region attribute.
String TITLE Title attribute.
String USERNAME Username attribute.
String WORK_PHONE Work phone attribute.
String ZIP_CODE Zip code attribute.

Constants

public static final String ACCOUNT_CREATION

Account creation attribute.

Constant Value: "account_creation"

public static final String ADVERTISING_ID

Advertising id attribute.

Constant Value: "advertising_id"

public static final String AGE

Age attribute.

Constant Value: "age"

public static final String BIRTHDATE

Birthdate attribute.

Constant Value: "birthdate"

public static final String CITY

City attribute.

Constant Value: "city"

public static final String COMPANY

Company attribute.

Constant Value: "company"

public static final String COUNTRY

Country attribute.

Constant Value: "country"

public static final String EMAIL

Email attribute.

Constant Value: "email"

public static final String FIRST_NAME

First name attribute.

Constant Value: "first_name"

public static final String FULL_NAME

Full name attribute.

Constant Value: "full_name"

public static final String GENDER

Gender attribute.

Constant Value: "gender"

public static final String HOME_PHONE

Home phone attribute.

Constant Value: "home_phone"

public static final String LAST_NAME

Last name attribute.

Constant Value: "last_name"

public static final String LOYALTY_TIER

Loyalty tier attribute.

Constant Value: "loyalty_tier"

public static final String MOBILE_PHONE

Mobile phone attribute.

Constant Value: "mobile_phone"

public static final String REGION

Region attribute.

Constant Value: "region"

public static final String TITLE

Title attribute.

Constant Value: "title"

public static final String USERNAME

Username attribute.

Constant Value: "username"

public static final String WORK_PHONE

Work phone attribute.

Constant Value: "work_phone"

public static final String ZIP_CODE

Zip code attribute.

Constant Value: "zip_code"