Merge pull request #130 from paviro/v2-beta

Removed no longer existing params
This commit is contained in:
Michael Teeuw 2016-04-03 20:15:50 +02:00
commit 9ab7356730

View File

@ -101,7 +101,7 @@ self.sendNotification("SHOW_NOTIFICATION", {title: "Hello", message: "This is a
### Display alert ### Display alert
``` ```
self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", type: "success", imageUrl:"url", imageSize: "50x50", timer:1000}); self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", imageUrl:"url", imageHeight: "30px", timer:2});
``` ```
<table width="100%"> <table width="100%">
<!-- why, markdown... --> <!-- why, markdown... -->