Explorar o código

Update README.md

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
c5dc22a4a9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -49,6 +49,10 @@ window.plugin.notification.local.add({
     sound: sound // (only iOS) a sound to be played, the sound must be located in your project's resources and must be a caf file
 });
 ```
+**Android:** The `message` property can be devided into *title* and *subtitle* section:
+```javascript
+message: "Title\r\nSubtitle comes after linebreak"
+```
 
 ### cancel()
 The method cancels a notification which was previously added. It takes the ID of the notification as an argument.