Android.OS.ParcelUuid Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructor creates a ParcelUuid instance from the given Java.Util.UUID.

Public Properties

[read-only]
static
CreatorIParcelableCreator.
[read-only]
UuidJava.Util.UUID. Get the Java.Util.UUID represented by the ParcelUuid.

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

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
FromString(string) : ParcelUuid
Creates a new ParcelUuid from a string representation of Java.Util.UUID.
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.