Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
feat(application): enable experimental user centric inbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pjozsef committed May 3, 2018
1 parent a355700 commit 7329cc0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ public void onCreate() {
.application(this)
.credentials("14C19-A121F", "PaNkfOD90AVpYimMBuZopCpm8OWCrREu")
.enableDefaultChannel("default", "here is a description")
.enableExperimentalFeatures(MobileEngageFeature.IN_APP_MESSAGING)
.enableExperimentalFeatures(
MobileEngageFeature.IN_APP_MESSAGING,
MobileEngageFeature.USER_CENTRIC_INBOX
)
.setDefaultInAppMessageHandler(this)
.build();

Expand Down

0 comments on commit 7329cc0

Please sign in to comment.