OwasNlpCore
public class OwasNlpCore
Main entry point to the SDK. Before using any component, the SDK should be initialised here.
-
Initialise the SDK.
Declaration
Swift
public class func initManager() throws
-
Initialise the SDK asynchronously.
Declaration
Swift
public class func initManagerAsync(callback: @escaping (Bool) -> Void)
Parameters
callback
Callback to be executed when the SDK is initialized.
-
Return if the SDK is loaded or not
Declaration
Swift
public class func isLoaded() -> Bool
Return Value
True if the model is loaded.