public static interface

Person.Cover.CoverInfo

implements Freezable<Person.Cover.CoverInfo>
com.google.android.gms.plus.model.people.Person.Cover.CoverInfo

Class Overview

Extra information about the cover photo.

Summary

Public Methods
abstract int getLeftImageOffset()
The difference between the left position of the cover image and the actual displayed cover image.
abstract int getTopImageOffset()
The difference between the top position of the cover image and the actual displayed cover image.
abstract boolean hasLeftImageOffset()
Indicates whether the "leftImageOffset" field is explicitly set to a value.
abstract boolean hasTopImageOffset()
Indicates whether the "topImageOffset" field is explicitly set to a value.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract int getLeftImageOffset ()

The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.

Returns
int

public abstract int getTopImageOffset ()

The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.

Returns
int

public abstract boolean hasLeftImageOffset ()

Indicates whether the "leftImageOffset" field is explicitly set to a value.

Returns
boolean

public abstract boolean hasTopImageOffset ()

Indicates whether the "topImageOffset" field is explicitly set to a value.

Returns
boolean