Created
November 20, 2018 19:13
-
-
Save jdsingh/88105d1bdf0c33fe652c6a3afcf3ab76 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
class LocationWorker( | |
context: Context, | |
params: WorkerParameters | |
) : ListenableWorker(context, params) { | |
override fun startWork(): ListenableFuture<Payload> { | |
TODO("not implemented") | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment