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

    Constructors
    Constructor
    Description
    LocalisedCountriesProvider_Factory(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider> iso2CountryCodeProvider)
     
    com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider
    get()
     
    static com.yoti.mobile.android.yotisdkcore.core.view.localisation.LocalisedCountriesProvider
    newInstance(com.yoti.mobile.android.yotisdkcore.core.domain.country_code.Iso2CountryCodeProvider iso2CountryCodeProvider)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      get in interface javax.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)