Class LocalisedCountriesProvider_Factory
java.lang.Object
com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider_Factory
- All Implemented Interfaces:
dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider>,javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider>
@DaggerGenerated
public final class LocalisedCountriesProvider_Factory
extends Object
implements dagger.internal.Factory<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider>
-
Constructor Summary
ConstructorsConstructorDescriptionLocalisedCountriesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider) com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProviderget()static com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvidernewInstance(com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider iso2CountryCodeProvider)
-
Constructor Details
-
LocalisedCountriesProvider_Factory
public LocalisedCountriesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider)
-
-
Method Details
-
get
public com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider get()- Specified by:
getin interfacejavax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider>
-
create
public static LocalisedCountriesProvider_Factory create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider) -
newInstance
public static com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider newInstance(com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider iso2CountryCodeProvider)
-