A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.
A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.
It is not expected that you override @Lifecycle methods. If you do, take care to ensure that you
call the super implementation, otherwise critical lifecycle set-up may not occur causing your application
to either function improperly or outright fail.
Typically, you will only need to interact with the following methods:
run -- callback executed after the injector is created and all @Lifecycle methods have completed.
A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.
It is not expected that you override @Lifecycle methods. If you do, take care to ensure that you call the super implementation, otherwise critical lifecycle set-up may not occur causing your application to either function improperly or outright fail.
Typically, you will only need to interact with the following methods: run -- callback executed after the injector is created and all @Lifecycle methods have completed.