Most visited

Recently visited

Added in API level 8

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

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.

Inherited methods

From class java.lang.Object
From interface android.os.Parcelable

Fields

account

Added in API level 8
Account account

The Account that is currently being synced.

authority

Added in API level 8
String authority

The authority of the provider that is currently being synced.

startTime

Added in API level 8
long startTime

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

Hooray!