initialize

fun initialize(context: Context)

Initializes the sync process that keeps the app's data current. This method should be called only once from the app module's Application.onCreate().

Parameters

context

The application context.