wendy / com.levibostian.wendy.service

Package com.levibostian.wendy.service

Types

PendingTask

abstract class PendingTask : PendingTaskFields

Represents a single task to perform. Usually used to sync offline data stored on the device with online remote storage.

PendingTasksFactory

interface PendingTasksFactory

Wendy requires that you create a subclass of PendingTasksFactory and provide it to Wendy in the Wendy.Companion.init call. Do this in your Application's onCreate() call if you can.

Wendy

class Wendy

How you interact with Wendy with PendingTask instances you create. Add tasks to Wendy to run, get a list of all the PendingTasks registered to Wendy, etc.