Example usage for Java android.content SyncResult fields, constructors, methods, implement or subclass
The text is from its open source code.
SyncResult() Create a "clean" SyncResult. |
Class> | getClass() Returns the runtime class of this Object . |
boolean | hasError() A convenience method for determining of the SyncResult indicates that an error occurred. |
boolean | hasHardError() Convenience method for determining if the SyncResult indicates that a hard error occurred. |
boolean | madeSomeProgress() Convenience method for determining if the Sync should be rescheduled after failing for some reason. |
String | toDebugString() Generates a debugging string indicating the status. |