ProviderSyncCallback

Callback used to report the outcome of a syncProviderAsync call to Java callers.

Functions

Link copied to clipboard
abstract fun onFailure(error: Exception)

Called when the sync fails.

Link copied to clipboard
abstract fun onSuccess(result: ProviderSyncResult?)

Called when the sync completes successfully.