C# Class android.content.SyncResult

Inheritance: java.lang.Object, android.os.Parcelable
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
clear ( ) : void
describeContents ( ) : int
hasError ( ) : bool
hasHardError ( ) : bool
hasSoftError ( ) : bool
madeSomeProgress ( ) : bool
toDebugString ( ) : global::java.lang.String
toString ( ) : global::java.lang.String
writeToParcel ( android arg0, int arg1 ) : void

Private Methods

Method Description
SyncResult ( )
SyncResult ( global @__env )

Method Details

clear() public method

public clear ( ) : void
return void

describeContents() public method

public describeContents ( ) : int
return int

hasError() public method

public hasError ( ) : bool
return bool

hasHardError() public method

public hasHardError ( ) : bool
return bool

hasSoftError() public method

public hasSoftError ( ) : bool
return bool

madeSomeProgress() public method

public madeSomeProgress ( ) : bool
return bool

toDebugString() public method

public toDebugString ( ) : global::java.lang.String
return global::java.lang.String

toString() public final method

public final toString ( ) : global::java.lang.String
return global::java.lang.String

writeToParcel() public method

public writeToParcel ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void