Share via


CloudMediaProvider.AttachInfo(Context, ProviderInfo) Method

Definition

Implementation is provided by the parent class.

[Android.Runtime.Register("attachInfo", "(Landroid/content/Context;Landroid/content/pm/ProviderInfo;)V", "", ApiSince=33)]
public override sealed void AttachInfo (Android.Content.Context context, Android.Content.PM.ProviderInfo info);
[<Android.Runtime.Register("attachInfo", "(Landroid/content/Context;Landroid/content/pm/ProviderInfo;)V", "", ApiSince=33)>]
override this.AttachInfo : Android.Content.Context * Android.Content.PM.ProviderInfo -> unit

Parameters

context
Context
Attributes

Remarks

Implementation is provided by the parent class. Cannot be overridden.

Java documentation for android.provider.CloudMediaProvider.attachInfo(android.content.Context, android.content.pm.ProviderInfo).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to