ContentProvider.AttachInfo(Context, ProviderInfo) 메서드

정의

인스턴스화된 후에는 콘텐츠 공급자에게 자체에 대해 알리기 위해 호출됩니다.

[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 (Android.Content.Context? context, Android.Content.PM.ProviderInfo? info);
[<Android.Runtime.Register("attachInfo", "(Landroid/content/Context;Landroid/content/pm/ProviderInfo;)V", "GetAttachInfo_Landroid_content_Context_Landroid_content_pm_ProviderInfo_Handler")>]
abstract member AttachInfo : Android.Content.Context * Android.Content.PM.ProviderInfo -> unit
override this.AttachInfo : Android.Content.Context * Android.Content.PM.ProviderInfo -> unit

매개 변수

context
Context

이 공급자가 실행 중인 컨텍스트

info
ProviderInfo

이 콘텐츠 공급자에 대한 등록된 정보

특성

설명

인스턴스화된 후에는 콘텐츠 공급자에게 자체에 대해 알리기 위해 호출됩니다.

에 대한 Java 설명서입니다 android.content.ContentProvider.attachInfo(android.content.Context, android.content.pm.ProviderInfo).

이 페이지의 일부는 만들고 공유하며 에 설명된 용어에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상