public class

SyncInfo

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

Class Overview

Information about the sync operation that is currently underway.

Summary

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

Fields

public final Account account

Since: API Level 8

The Account that is currently being synced.

public final String authority

Since: API Level 8

The authority of the provider that is currently being synced.

public final long startTime

Since: API Level 8

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