onComplete

abstract fun onComplete(template: DSTemplate, updateAvailable: Boolean)

This method is invoked when a) with updateAvailable being false, when there is no update on template b) with updateAvailable being true, when the template update is available and caching the template is successful

Parameters

template

DSTemplate

updateAvailable

true if there is an update to the remote template, false otherwise