Android.Content.SyncResult.ToDebugString Method
Generates a debugging string indicating the status.

Syntax

[Android.Runtime.Register("toDebugString", "()Ljava/lang/String;", "")]
public string ToDebugString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Generates a debugging string indicating the status. The string consist of a sequence of code letter followed by the count. Code letters are f - fullSyncRequested, r - partialSyncUnavailable, X - hardError, e - numParseExceptions, c - numConflictDetectedExceptions, a - numAuthExceptions, D - tooManyDeletions, R - tooManyRetries, b - databaseError, x - softError, l - syncAlreadyInProgress, I - numIoExceptions

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5