Builder

constructor(application: Application, appId: String, dataCenter: DataCenter)

Parameters

application

instance of Application

appId

Account identifier for MoEngage Account.

dataCenter

Data Center to which the data should flow.


constructor(application: Application, appId: String)

Deprecated

This constructor is deprecated since version 12.8.00 and will be removed in 14.00.00Use MoEngage.Builder(Application, YOUR_APP_ID, DataCenter) constructor instead.

Replace with

import com.moengage.core
MoEngage.Builder(Application, YOUR_APP_ID, DataCenter)

Create an instance of MoEngage.Builder

Since

9.0.00

Parameters

application

instance of Application

appId

Account identifier for MoEngage Account.