to top
Android APIs
public class

SyncInfo

extends Object
implements Parcelable
java.lang.Object
   ↳ android.content.SyncInfo

Class Overview

Information about the sync operation that is currently underway.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public final Account account The Account that is currently being synced.
public final String authority The authority of the provider that is currently being synced.
public final long startTime The start time of the current sync operation in milliseconds since boot.
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.os.Parcelable

Fields

public final Account account

Added in API level 8

The Account that is currently being synced.

public final String authority

Added in API level 8

The authority of the provider that is currently being synced.

public final long startTime

Added in API level 8

The start time of the current sync operation in milliseconds since boot. This is represented in elapsed real time. See elapsedRealtime().