Android.OS.WorkSource Members

The members of Android.OS.WorkSource are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create an empty work source.
Create a new WorkSource that is a copy of an existing one.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
CreatorIParcelableCreator.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Add(WorkSource) : bool
Merge the contents of other WorkSource in to this one.
Clear()
Clear this WorkSource to be empty.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Diff(WorkSource) : bool
Compare this WorkSource with another.
Remove(WorkSource) : bool
Set(WorkSource)
Replace the current contents of this work source with the given work source.
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.