Android.Content.ContentProvider.AttachInfo Method
After being instantiated, this is called to tell the content provider about itself.

Syntax

[Android.Runtime.Register("attachInfo", "(Landroid/content/Context;Landroid/content/pm/ProviderInfo;)V", "GetAttachInfo_Landroid_content_Context_Landroid_content_pm_ProviderInfo_Handler")]
public virtual void AttachInfo (Context context, Android.Content.PM.ProviderInfo info)

Parameters

context
The context this provider is running in
info
Registered information about this content provider

Remarks

After being instantiated, this is called to tell the content provider about itself.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1