Android APIs
public class

AccountChangeEventsRequest

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

Class Overview

Requests for AccountChangeEvents.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<AccountChangeEventsRequest> CREATOR
Public Constructors
AccountChangeEventsRequest()
Public Methods
int describeContents()
Account getAccount()
String getAccountName()
This method is deprecated. use getAccount() instead.
int getEventIndex()
AccountChangeEventsRequest setAccount(Account account)
Sets the account to fetch events for.
AccountChangeEventsRequest setAccountName(String accountName)
This method is deprecated. use setAccount(android.accounts.Account) instead.
AccountChangeEventsRequest setEventIndex(int eventIndex)
Sets the event index to restrict the results by.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<AccountChangeEventsRequest> CREATOR

Public Constructors

public AccountChangeEventsRequest ()

Public Methods

public int describeContents ()

public Account getAccount ()

public String getAccountName ()

This method is deprecated.
use getAccount() instead.

public int getEventIndex ()

public AccountChangeEventsRequest setAccount (Account account)

Sets the account to fetch events for.

public AccountChangeEventsRequest setAccountName (String accountName)

This method is deprecated.
use setAccount(android.accounts.Account) instead.

public AccountChangeEventsRequest setEventIndex (int eventIndex)

Sets the event index to restrict the results by.

public void writeToParcel (Parcel dest, int flags)