Features Endpoint for Dashboard.

This commit is contained in:
Peter Shin
2016-03-01 07:35:28 -08:00
parent 0b990b671a
commit 66eaf6c6ef
7 changed files with 184 additions and 2 deletions

View File

@@ -14,6 +14,10 @@ export class ParsePushAdapter extends PushAdapter {
super(pushConfig);
this.validPushTypes = ['ios', 'android'];
this.senderMap = {};
// used in PushController for Dashboard Features
this.feature = {
immediatePush: true
};
let pushTypes = Object.keys(pushConfig);
for (let pushType of pushTypes) {