The members of Android.Test.Mock.MockContentProvider are listed below.
See Also: Inherited members from Android.Content.ContentProvider
A constructor accepting a Context instance, which is supposed to be the subclasss of Android.Test.Mock.MockContext. | ||
A constructor which initialize four member variables which Android.Content.ContentProvider have internally. |
A constructor using Android.Test.Mock.MockContext instance as a Context in it. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
override | Delete(Android.Net.Uri, string, string[])Implement this to handle requests to delete one or more rows. | |
override | GetType(Android.Net.Uri)Implement this to handle requests for the MIME type of the data at the given URI. | |
override | Insert(Android.Net.Uri, Android.Content.ContentValues)Implement this to handle requests to insert a new row. | |
override | OnCreate()Implement this to initialize your content provider on startup. | |
override | Query(Android.Net.Uri, string[], string, string[], string)Implement this to handle query requests from clients. | |
override | Update(Android.Net.Uri, Android.Content.ContentValues, string, string[])Implement this to handle requests to update one or more rows. |