Class CustomInjection


  • public final class CustomInjection
    extends java.lang.Object
    Utility methods for injecting the application when using CustomInject.
    See Also:
    OptionalInject
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void inject​(android.app.Application app)
      Injects the passed in application.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • inject

        public static void inject​(@NonNull
                                  android.app.Application app)
        Injects the passed in application.