# Print output for @column tags ?> SyncInfo - Android SDK | Android Developers

Most visited

Recently visited

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

public final Account account

The Account that is currently being synced.

authority

public final String authority

The authority of the provider that is currently being synced.

startTime

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().