SyncInfo

public class SyncInfo
extends Object implements Parcelable

java.lang.Object
   ↳ android.content.SyncInfo


Information about the sync operation that is currently underway.

Summary

Inherited constants

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.

Inherited methods

Fields

account

Added in API level 8
public final Account account

The Account that is currently being synced.

authority

Added in API level 8
public final String authority

The authority of the provider that is currently being synced.

startTime

Added in API level 8
public final long startTime

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