SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

onProgress (event)

Reports the data encryption/decryption progress.

Syntax

- (void)onProgress:(long long)total :(long long)current :(int*)cancel;
func onProgress(_ total: Int64, _ current: Int64, _ cancel: inout Int32)

Remarks

This event fires periodically during a file encrypt/decrypt operation to report its progress.

Use the Cancel parameter to terminate the encryption/decryption if needed.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]