Gleap.getInstance().setCustomData("hello@bugbattle.io", "email");
attachUserAttribute
JSONObject jsonObject = new JSONObject(); Gleap.getInstance().attachCustomData(jsonObject);
Gleap.getInstance().removeCustomDataForKey("email");
BugBattle.getInstance().clearCustomData();