Added in API level 8

SyncInfo

open class SyncInfo : Parcelable
kotlin.Any
   ↳ android.content.SyncInfo

Information about the sync operation that is currently underway.

Summary

Inherited constants
Properties
Account!

The Account that is currently being synced.

String!

The authority of the provider that is currently being synced.

Long

The start time of the current sync operation in milliseconds since boot.

Properties

account

Added in API level 8
val account: Account!

The Account that is currently being synced.

authority

Added in API level 8
val authority: String!

The authority of the provider that is currently being synced.

startTime

Added in API level 8
val startTime: Long

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