Class NfcStateRepository_Factory

  • All Implemented Interfaces:
    dagger.internal.Factory<com.yoti.mobile.android.mrtd.data.NfcStateRepository>, javax.inject.Provider<com.yoti.mobile.android.mrtd.data.NfcStateRepository>

    @DaggerGenerated
    public final class NfcStateRepository_Factory
    extends java.lang.Object
    implements dagger.internal.Factory<com.yoti.mobile.android.mrtd.data.NfcStateRepository>
    • Constructor Summary

      Constructors 
      Constructor Description
      NfcStateRepository_Factory​(javax.inject.Provider<android.nfc.NfcAdapter> nfcAdapterProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static NfcStateRepository_Factory create​(javax.inject.Provider<android.nfc.NfcAdapter> nfcAdapterProvider)  
      com.yoti.mobile.android.mrtd.data.NfcStateRepository get()  
      static com.yoti.mobile.android.mrtd.data.NfcStateRepository newInstance​(android.nfc.NfcAdapter nfcAdapter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NfcStateRepository_Factory

        public NfcStateRepository_Factory​(javax.inject.Provider<android.nfc.NfcAdapter> nfcAdapterProvider)
    • Method Detail

      • get

        public com.yoti.mobile.android.mrtd.data.NfcStateRepository get()
        Specified by:
        get in interface javax.inject.Provider<com.yoti.mobile.android.mrtd.data.NfcStateRepository>
      • newInstance

        public static com.yoti.mobile.android.mrtd.data.NfcStateRepository newInstance​(android.nfc.NfcAdapter nfcAdapter)