SyncResult

class SyncResult(val liveUpdate: LiveUpdate, val snapshot: Snapshot?, val source: Source, val latestAppDirectoryChanged: Boolean)

A class representing a successful sync attempt for an app.

Constructors

Link copied to clipboard
fun SyncResult(liveUpdate: LiveUpdate, snapshot: Snapshot?, source: Source, latestAppDirectoryChanged: Boolean)

Properties

Link copied to clipboard

whether the app directory changed or not

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

the source the application loaded from