// this is the instance of the application class and "XXXXXXXXXXX" is the APP ID from the dashboard.
MoEngage moEngage = new MoEngage.Builder(this, "XXXXXXXXXXX")
.setDataCenter([YOUR_DATA_CENTER])
.build();
MoEngage.initialiseDefaultInstance(moEngage);