public static final class

Person.Emails.Type

extends Object
java.lang.Object
   ↳ com.google.android.gms.plus.model.people.Person.Emails.Type

Class Overview

The type of address.

Summary

Constants
int HOME Home email address.
int OTHER Other.
int WORK Work email address.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HOME

Home email address.

Constant Value: 0 (0x00000000)

public static final int OTHER

Other.

Constant Value: 2 (0x00000002)

public static final int WORK

Work email address.

Constant Value: 1 (0x00000001)