- uri
- The content:// URI of the insertion request.
- values
- An array of sets of column_name/value pairs to add to the database. This must not be null.
Documentation for this section has not yet been entered.
Override this to handle requests to insert a set of new rows, or the default implementation will iterate over the values and call ContentProvider.Insert(Android.Net.Uri, Android.Content.ContentValues) on each of them. As a courtesy, call ContentResolver.NotifyChange(Android.Net.Uri, Android.Database.ContentObserver) after inserting. This method can be called from multiple threads, as described in Processes and Threads.