Java android.content SyncResult fields, constructors, methods, implement or subclass

Example usage for Java android.content SyncResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content SyncResult.

The text is from its open source code.

Constructor

SyncResult()
Create a "clean" SyncResult.

Method

ClassgetClass()
Returns the runtime class of this Object .
booleanhasError()
A convenience method for determining of the SyncResult indicates that an error occurred.
booleanhasHardError()
Convenience method for determining if the SyncResult indicates that a hard error occurred.
booleanmadeSomeProgress()
Convenience method for determining if the Sync should be rescheduled after failing for some reason.
StringtoDebugString()
Generates a debugging string indicating the status.