Reference:Android.content.MergeResult

From Triled Wiki

Jump to: navigation, search


android.content
public class android.content.MergeResult

java.lang.Object
android.content.MergeResult Parcelable

The result of the merge() call.

Contents

[edit] Summary

[edit] Constants

      Value  
Creator   CREATOR        

[edit] Fields

public      MergeStats   stats   Stats that describe what happened during the call to merge.  
public      IContentProvider   tempContentProvider   An interface to a temporary content provider that contains the result of updates that were sent to the server.  

[edit] Public Constructors

          MergeResult ()

[edit] Public Methods

        void  writeToParcel (Parcel dest)

[edit] Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
[edit] Methods inherited from interface android.os.Parcelable

writeToParcel

[edit] Details

[edit] Constants

[edit] public static final Creator CREATOR

[edit] Fields

[edit] public MergeStats stats

Stats that describe what happened during the call to merge.

[edit] public IContentProvider tempContentProvider

An interface to a temporary content provider that contains the result of updates that were sent to the server. This provider must be merged into the permanent content provider. This may be null, which indicates that there is nothing to merge back into the content provider.

[edit] Public Constructors

[edit] public MergeResult()

[edit] Public Methods

[edit] public void writeToParcel(Parcel dest)

[edit] References

Personal tools