Factory

@Component.Factory
interface Factory

Functions

Link copied to clipboard
abstract fun create(@BindsInstance context: Context, @BindsInstance connectivityManager: ConnectivityManager, @BindsInstance userSupplier: UserSupplier, @BindsInstance clientSupplier: ClientSupplier, @BindsInstance okHttpClient: OkHttpClient, @BindsInstance gson: Gson, @BindsInstance uuidWrapper: UUIDWrapper, @BindsInstance trueTimeWrapper: TrueTimeWrapper, @BindsInstance eventSender: EventSender, @BindsInstance coroutineScope: CoroutineScope): DefaultEventReporterComponent