Protocols

The following protocols are available globally.

Main Library Interface Class Delegate Protocol

  • 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 more

    Declaration

    Swift

    @objc
    public protocol BMLTiOSLibDelegate