getGlobalComponent
fun getGlobalComponent( lifecycleOwner: LifecycleOwner, applicationContext: Context, clientTag: String): GlobalComponent
Content copied to clipboard
Provides an instance of the NavApp GlobalComponent.
GlobalComponent is a lifecycle dependent component and will be released when the provided lifecycleOwner is destroyed. The clientTag is used to track the lifecycle of the returned component in logs.