Commit c71a2ba5 authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 54c9b96e
...@@ -339,6 +339,7 @@ class App extends Component { ...@@ -339,6 +339,7 @@ class App extends Component {
vibrate: 300, // Android only default: 300, no vibration if you pass null vibrate: 300, // Android only default: 300, no vibration if you pass null
tag: 'some_tag', // Android only tag: 'some_tag', // Android only
group: "group", // Android only group: "group", // Android only
picture: "https://google.png", // Android only bigPicture style
my_custom_data:'my_custom_field_value', // extra data you want to throw my_custom_data:'my_custom_field_value', // extra data you want to throw
lights: true, // Android only, LED blinking (default false) lights: true, // Android only, LED blinking (default false)
show_in_foreground // notification when app is in foreground (local & remote) show_in_foreground // notification when app is in foreground (local & remote)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment