Class MrtdCoreModule_ProvideNfcAdapterFactory

  • All Implemented Interfaces:
    dagger.internal.Factory<android.nfc.NfcAdapter>, javax.inject.Provider<android.nfc.NfcAdapter>

    @DaggerGenerated
    public final class MrtdCoreModule_ProvideNfcAdapterFactory
    extends java.lang.Object
    implements dagger.internal.Factory<android.nfc.NfcAdapter>
    • Constructor Summary

      Constructors 
      Constructor Description
      MrtdCoreModule_ProvideNfcAdapterFactory​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule module, javax.inject.Provider<android.content.Context> contextProvider)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static MrtdCoreModule_ProvideNfcAdapterFactory create​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule module, javax.inject.Provider<android.content.Context> contextProvider)  
      android.nfc.NfcAdapter get()  
      static android.nfc.NfcAdapter provideNfcAdapter​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule instance, android.content.Context context)  
      • Methods inherited from class java.lang.Object

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

      • MrtdCoreModule_ProvideNfcAdapterFactory

        public MrtdCoreModule_ProvideNfcAdapterFactory​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule module,
                                                       javax.inject.Provider<android.content.Context> contextProvider)
    • Method Detail

      • get

        @Nullable
        public android.nfc.NfcAdapter get()
        Specified by:
        get in interface javax.inject.Provider<android.nfc.NfcAdapter>
      • create

        public static MrtdCoreModule_ProvideNfcAdapterFactory create​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule module,
                                                                     javax.inject.Provider<android.content.Context> contextProvider)
      • provideNfcAdapter

        @Nullable
        public static android.nfc.NfcAdapter provideNfcAdapter​(com.yoti.mobile.android.mrtd.di.MrtdCoreModule instance,
                                                               android.content.Context context)