monoandroid
namespace Android.Content
{
[Register("android/content/ContentProvider", DoNotGenerateAcw = true)]
public abstract class ContentProvider : Object, IComponentCallbacks, IComponentCallbacks2, IJavaObject, IJavaPeerable, IDisposable
{
[Register("insert", "(Landroid/net/Uri;Landroid/content/ContentValues;Landroid/os/Bundle;)Landroid/net/Uri;", "GetInsert_Landroid_net_Uri_Landroid_content_ContentValues_Landroid_os_Bundle_Handler", ApiSince = 30)]
public virtual Uri? Insert(Uri! uri, ContentValues? values, Bundle? extras);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |