Class DocumentViewModelHelperFactory_Impl

java.lang.Object
com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory_Impl
All Implemented Interfaces:
com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory

@DaggerGenerated public final class DocumentViewModelHelperFactory_Impl extends Object implements com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    static javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory>
     
    com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelper
    create(kotlinx.coroutines.CoroutineScope viewModelScope, androidx.lifecycle.SavedStateHandle savedStateHandle)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • create

      public com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelper create(kotlinx.coroutines.CoroutineScope viewModelScope, androidx.lifecycle.SavedStateHandle savedStateHandle)
      Specified by:
      create in interface com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory
    • create

      public static javax.inject.Provider<com.yoti.mobile.android.documentcapture.view.DocumentViewModelHelperFactory> create(DocumentViewModelHelper_Factory delegateFactory)