Class CoroutineScopeModule_ProvidesFeatureSessionScopeFactory
java.lang.Object
com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule_ProvidesFeatureSessionScopeFactory
- All Implemented Interfaces:
dagger.internal.Factory<kotlinx.coroutines.CoroutineScope>,javax.inject.Provider<kotlinx.coroutines.CoroutineScope>
@DaggerGenerated
public final class CoroutineScopeModule_ProvidesFeatureSessionScopeFactory
extends Object
implements dagger.internal.Factory<kotlinx.coroutines.CoroutineScope>
-
Constructor Summary
ConstructorsConstructorDescriptionCoroutineScopeModule_ProvidesFeatureSessionScopeFactory(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule module) -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule module) kotlinx.coroutines.CoroutineScopeget()static kotlinx.coroutines.CoroutineScopeprovidesFeatureSessionScope(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule instance)
-
Constructor Details
-
CoroutineScopeModule_ProvidesFeatureSessionScopeFactory
public CoroutineScopeModule_ProvidesFeatureSessionScopeFactory(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule module)
-
-
Method Details
-
get
public kotlinx.coroutines.CoroutineScope get()- Specified by:
getin interfacejavax.inject.Provider<kotlinx.coroutines.CoroutineScope>
-
create
public static CoroutineScopeModule_ProvidesFeatureSessionScopeFactory create(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule module) -
providesFeatureSessionScope
public static kotlinx.coroutines.CoroutineScope providesFeatureSessionScope(com.yoti.mobile.android.yotidocs.common.di.CoroutineScopeModule instance)
-