SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onLaunchBrowser (event)

Fires to show the login page to the end-user.

Syntax

- (void)onLaunchBrowser:(NSString*)URL :(int*)handled;
func onLaunchBrowser(_ URL: String, _ handled: inout Int32)

Remarks

Subscribe to this event to respond to requests from the component to open the URL in the browser. Set Handled to true to report that the URL has been opened in the browser.

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