onAppComplete

abstract fun onAppComplete(syncResult: SyncResult)

Called when an application is finished syncing and completed successfully.

Parameters

syncResult

the details of the sync


abstract fun onAppComplete(failResult: FailResult)

Called when an application is finished syncing but it failed.

Parameters

failResult

the details of the failed sync