public static final class

Person.Gender

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

Class Overview

The person's gender.

Summary

Constants
int FEMALE Female gender.
int MALE Male gender.
int OTHER Other.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int FEMALE

Female gender.

Constant Value: 1 (0x00000001)

public static final int MALE

Male gender.

Constant Value: 0 (0x00000000)

public static final int OTHER

Other.

Constant Value: 2 (0x00000002)