MoEngageProjectConfig
@objcMembers
public class MoEngageProjectConfig : NSObject
MoEngage SDK Project specific Configuration
-
The Id representing the project app is associated with.
Declaration
Swift
public let projectId: String -
Initializes a new MoEngageProjectConfig instance.
Declaration
Swift
public required init(projectId: String)Parameters
projectIdThe id representing the project the app is associated with. This id is provided by MoEngage for your specific project.
-
Creates a default configuration with an empty project id.
Declaration
Swift
public static func defaultConfig() -> MoEngageProjectConfigReturn Value
A default MoEngageProjectConfig instance with an empty project id string.