SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onLog (event)

Reports a single log line.

Syntax

- (void)onLog:(long long)connectionId :(int)logType :(NSString*)details;
func onLog(_ connectionId: Int64, _ logType: Int32, _ details: String)

Remarks

This event is fired repeatedly during the component's work to inform the application about the flow of the signing process. The application may use this event to create an operation log.

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