DatabaseStatusHandler

public interface DatabaseStatusHandler

Database upgrade status listener.

When SDK internal Data database upgrade When, Via This Listen handler Notify the caller upgrade Progress and Result.

Functions

Link copied to clipboard
public abstract Unit onUpgradeCompleted(NCError error)

Database upgrade completed.

Link copied to clipboard
public abstract Unit onUpgradeWillStart()

Database upgrade about to start.

Link copied to clipboard
public abstract Unit onUpgrading(Integer progress)

Database upgrade in progress.