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

    projectId

    The 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() -> MoEngageProjectConfig

    Return Value

    A default MoEngageProjectConfig instance with an empty project id string.