Match Double type in string extras

This commit is contained in:
eisenhorn13
2020-07-19 01:50:42 +03:00
parent 47ff3d4c91
commit d36fb0ae14
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ var sApp = startApp.set({} params [, {} extras]);
| Param | Description | Default | Values |
| --- | --- | --- | --- |
| noParse | Disable find action and category in Intent package | false | Boolean |
| matchDoubleInSting | Match Double type in string extras (usefull for coordinates, prices etc.) | false | Boolean |
| intent | [Intent(String action)](https://developer.android.com/reference/android/content/Intent.html#Intent%28java.lang.String%29) | null | String |
| application | [Intent (Context packageContext)](https://developer.android.com/reference/android/content/Intent.html#Intent%28android.content.Context,%20java.lang.Class%3C?%3E%29) | null | String |
| action | [Intent setAction](http://developer.android.com/reference/android/content/Intent.html#setAction(java.lang.String)) | null | String ||