SuspendLiveUpdateCustomHandler
Live Update handler that allows for custom handling of Live Updates and uses a suspend function to handle updates.
Functions
Link copied to clipboard
abstract suspend fun onUpdate(context: Context, event: LiveUpdateEvent, update: LiveUpdate): LiveUpdateResult<Nothing>
Called when a Live Update has been received.