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