Skip to content

Commit

Permalink
add menu item for auth key config
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Jul 9, 2013
1 parent 9b148f8 commit e672d5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public PubnubDemoConsoleScreen() {
addMenuItem(new History(_pubnub).getMenuItem());
addMenuItem(new DetailedHistory(_pubnub).getMenuItem());
addMenuItem(new HereNow(_pubnub).getMenuItem());
addMenuItem(new AuthKeyConfig(_pubnub).getMenuItem());
addMenuItem(new DisconnectAndResubscribe(_pubnub).getMenuItem());
addMenuItem(new ToggleResumeOnReconnect(_pubnub).getMenuItem());
addMenuItem(new Time(_pubnub).getMenuItem());
Expand Down

0 comments on commit e672d5b

Please sign in to comment.