monoandroid
namespace Android.App
{
    [Register("android/app/AppComponentFactory", ApiSince = 28, DoNotGenerateAcw = true)]
    public class AppComponentFactory : Object
    {
        [Register("instantiateProvider", "(Ljava/lang/ClassLoader;Ljava/lang/String;)Landroid/content/ContentProvider;", "GetInstantiateProvider_Ljava_lang_ClassLoader_Ljava_lang_String_Handler", ApiSince = 28)]
        public virtual ContentProvider! InstantiateProvider(ClassLoader! cl, string! className);
    }
}
.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.

  • Built-in API
  • Package-provided API