public static interface

Person.Cover.CoverInfo

implements Freezable<T>
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 image cover and the actual displayed cover image.
abstract int getTopImageOffset()
The difference between the top position of the image cover 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 image cover and the actual displayed cover image. Only valid for BANNER layout.

public abstract int getTopImageOffset ()

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

public abstract boolean hasLeftImageOffset ()

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

public abstract boolean hasTopImageOffset ()

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