- uri
- The content:// URI of the insertion request. This must not be null.
- values
- A set of column_name/value pairs to add to the database. This must not be null.
Documentation for this section has not yet been entered.
Implement this to handle requests to insert a new row. As a courtesy, call Android.Content.ContentResolver.NotifyChange(Android.Net.Uri, Android.Database.ContentObserver) after inserting. This method can be called from multiple threads, as described in Processes and Threads.