@Beta
public final class EarlyEntryPoints
extends java.lang.Object
EarlyEntryPoint
.Modifier and Type | Method and Description |
---|---|
static <T> T |
get(android.content.Context applicationContext,
java.lang.Class<T> entryPoint)
Returns the early entry point interface given a component manager holder.
|
@Nonnull public static <T> T get(android.content.Context applicationContext, java.lang.Class<T> entryPoint)
applicationContext
- The application context.entryPoint
- The interface marked with EarlyEntryPoint
. The InstallIn
annotation on this entry point should match the component argument
above.