public static final class

Person.RelationshipStatus

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

Class Overview

The person's relationship status.

Summary

Constants
int ENGAGED Person is engaged.
int IN_A_RELATIONSHIP Person is in a relationship.
int IN_CIVIL_UNION Person is in a civil union.
int IN_DOMESTIC_PARTNERSHIP Person is in a domestic partnership.
int ITS_COMPLICATED The relationship is complicated.
int MARRIED Person is married.
int OPEN_RELATIONSHIP Person is in an open relationship.
int SINGLE Person is single.
int WIDOWED Person is widowed.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int ENGAGED

Person is engaged.

Constant Value: 2 (0x00000002)

public static final int IN_A_RELATIONSHIP

Person is in a relationship.

Constant Value: 1 (0x00000001)

public static final int IN_CIVIL_UNION

Person is in a civil union.

Constant Value: 8 (0x00000008)

public static final int IN_DOMESTIC_PARTNERSHIP

Person is in a domestic partnership.

Constant Value: 7 (0x00000007)

public static final int ITS_COMPLICATED

The relationship is complicated.

Constant Value: 4 (0x00000004)

public static final int MARRIED

Person is married.

Constant Value: 3 (0x00000003)

public static final int OPEN_RELATIONSHIP

Person is in an open relationship.

Constant Value: 5 (0x00000005)

public static final int SINGLE

Person is single.

Constant Value: 0 (0x00000000)

public static final int WIDOWED

Person is widowed.

Constant Value: 6 (0x00000006)