Android.Content.UriPermission Members

The members of Android.Content.UriPermission are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
InvalidTimelong (-9223372036854775808). Value returned when a permission has not been persisted.

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IsReadPermissionbool. Returns if this permission offers read access.
[read-only]
IsWritePermissionbool. Returns if this permission offers write access.
[read-only]
PersistedTimelong. Return the time when this permission was first persisted, in milliseconds since January 1, 1970 00:00:00.
[read-only]
UriAndroid.Net.Uri. Return the Uri this permission pertains to.

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.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.