-
-
Save DivS-15/dbb5fd312a4bbf2b747624808d3e0ad7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@HiltWorker | |
class UploadWorker @AssistedInject constructor( | |
@Assisted ctx: Context, | |
@Assisted workerParameters: WorkerParameters, | |
private val ioDispatcher: CoroutineDispatcher | |
) : CoroutineWorker(ctx, workerParameters) { | |
// TODO implement uploadImageFromUri() and doWork() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment