public class

AccountChangeEventsResponse

extends Object
implements Parcelable
java.lang.Object
   ↳ com.google.android.gms.auth.AccountChangeEventsResponse

Class Overview

Response to a AccountChangeEventsRequest.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final AccountChangeEventsResponseCreator CREATOR
Public Constructors
AccountChangeEventsResponse(List<AccountChangeEvent> events)
Public Methods
int describeContents()
List<AccountChangeEvent> getEvents()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final AccountChangeEventsResponseCreator CREATOR

Public Constructors

public AccountChangeEventsResponse (List<AccountChangeEvent> events)

Public Methods

public int describeContents ()

public List<AccountChangeEvent> getEvents ()

public void writeToParcel (Parcel dest, int flags)