HiveProcessesProgressDelegate

@objc public protocol HiveProcessesProgressDelegate: class

Delegate interface for objects who wish to be informed about the progress of the initialization process.

  • Called during initialization when the progress value changes.

    Declaration

    Swift

    func onProcessProgressUpdated(currentProgress: Float) -> Void

    Parameters

    currentProgress

    The current progress of the initialization process. This will be a value between [0.0, 1.0]