Skip to content

Instantly share code, notes, and snippets.

@jdsingh
Created November 20, 2018 19:13
Show Gist options
  • Save jdsingh/88105d1bdf0c33fe652c6a3afcf3ab76 to your computer and use it in GitHub Desktop.
Save jdsingh/88105d1bdf0c33fe652c6a3afcf3ab76 to your computer and use it in GitHub Desktop.
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