Protocols
The following protocols are available globally.
-
This protocol is required for any class that wants to control an instance of BMLTiOSLib.
Only 2 of these functions are required:
- func bmltLibInstance(_ inLibInstance: BMLTiOSLib, serverIsValid: Bool)
- func bmltLibInstance(_ inLibInstance: BMLTiOSLib, errorOccurred error: Error)
All the rest are optional.
These are all called in the main thread.
See moreDeclaration
Swift
@objc public protocol BMLTiOSLibDelegate