SFMCModule
@objc
public protocol SFMCModule
-
Declaration
Swift
var name: ModuleName { get }
-
Declaration
Swift
static var moduleVersion: String { get }
-
Declaration
Swift
static var stateProperties: [String : String]? { get set }
-
Declaration
Swift
static func initModule(config: ModuleConfig, components: SFMCSdkComponents) -> SFMCModule?