SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onCustomParametersReceived (event)

Passes custom request parameters to the application.

Syntax

- (void)onCustomParametersReceived:(long long)connectionId :(NSString*)value;
func onCustomParametersReceived(_ connectionId: Int64, _ value: String)

Remarks

Subscribe to this event to access custom signing parameters supplied by the signer in their request. The Value string contains the parameters as included by the requestor.

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