UnbluModule

public protocol UnbluModule : AnyObject

A module which can be used in Unblu. This can be added via the UnbluApiConfiguration.register(module) function.

  • The name of the module

    Declaration

    Swift

    static var name: String { get }