コード例 #1
0
		.then(function() {
			NotificationActions.notify('Character Saved!');
			NavigationActions.changeUrl(URL.page.character.index);
		})
コード例 #2
0
ファイル: gameSessionStore.js プロジェクト: CJPoll/khala
		.receive('error', () => {
			NavigationActions.changeUrl(URL.page.campaign.index);
			NotificationActions.notify('Could not join the session');
		});