The properties of Android.Content.ContentProvider are listed below. For a list of all members, see the ContentProvider Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | CallingPackage | string. Return the package name of the caller that initiated the request being processed on the current thread. |
[read-only] | Context | Context. Retrieves the Context this provider is running in. |
ReadPermission | string. Return the name of the permission required for read-only access to this content provider. | |
WritePermission | string. Return the name of the permission required for read/write access to this content provider. |
[read-only] | IsTemporary | bool. Returns true if this instance is a temporary content provider. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |