show multiple forums with the android sdk ?
Opened this issue · 2 comments
testsample10 commented
show multiple forums with the android sdk ?
testsample10 commented
I am able to show one forum on the screen using this code.
Config config = new Config(UserVoiceConstants.MYURL);
config.setForumId(UserVoiceConstants.USER_VOICE_ANDROID_FORUM_ID);
config.setCustomFields(Utils.getDeviceInfoForUserVoice(this));
config.setShowKnowledgeBase(true);
UserVoice.init(config, this);
Is it possible to show multiple forums at once ? I don't see it in the API. There was an online post from 2014 which said it was being worked on, but hasnt been updated.
Appreciate help on this.
austintaylor commented
No, it is not possible to display multiple forums.