Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onesignal-node
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Cedar Studios
onesignal-node
Commits
9fc16598
Unverified
Commit
9fc16598
authored
Apr 23, 2018
by
Josué
Committed by
GitHub
Apr 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Notification channel
Added notification channel related fields
parent
5ddb1de0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
notification.js
lib/notification.js
+2
-1
No files found.
lib/notification.js
View file @
9fc16598
...
...
@@ -8,7 +8,8 @@ var ALLOWED_FIELDS = ['contents', 'included_segments', 'excluded_segments', 'fil
'android_sound'
,
'android_led_color'
,
'android_accent_color'
,
'android_visibility'
,
'adm_sound'
,
'ios_badgeType'
,
'ios_badgeCount'
,
'collapse_id'
,
'send_after'
,
'delayed_option'
,
'delivery_time_of_day'
,
'ttl'
,
'priority'
,
'android_group'
,
'android_group_message'
,
'adm_group'
,
'adm_group_message'
,
'isIos'
,
'isAndroid'
,
'isAnyWeb'
,
'isChromeWeb'
,
'isFirefox'
,
'isSafari'
,
'isWP'
,
'isWP_WNS'
,
'isAdm'
,
'isChrome'
];
'isAnyWeb'
,
'isChromeWeb'
,
'isFirefox'
,
'isSafari'
,
'isWP'
,
'isWP_WNS'
,
'isAdm'
,
'isChrome'
,
'android_channel_id'
,
'existing_android_channel_id'
];
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment