Hi All,
I want to implement in app notification in my application. For this i had written in my activity:
App42API.initialize(this, Constants.API_KEY,Constants.SECRET_KEY);
App42API.enableEventService(true);
App42API.setLoggedInUser(UserName) ;
App42CampaignAPI.initWithListener(new InAppListener(), 5);
App42CampaignAPI.enable(true);
App42CampaignAPI.setActivityContext(this);
I had created In -app Campaign and filled all filed like frequency,start and date . But it is not showing in my application. Any suggestion. Also tried on Install Event