Skip to content

Commit

Permalink
[SUPP-268] Update javadocs string for the add_tags_action and remove_…
Browse files Browse the repository at this point in the history
…tags_action in UAWebviewClient (#370)

* Update UAWebViewClient Javadocs

Updates the examples for the "add_tags_action" to use the correct action name

* Fix remove_tags_action example

Also fixed the remove_tags_action
  • Loading branch information
bhgrant8 authored and rlepinski committed Apr 5, 2018
1 parent 4f48fc4 commit 5d7adef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
* </p>
* <p/>
* <p>
* Example: uairship://run-actions?&add_tags=%5B%22one%22%2C%22two%22%5D
* will run the "add_tags" with value "["one", "two"]".
* Example: uairship://run-actions?&add_tags_action=%5B%22one%22%2C%22two%22%5D
* will run the "add_tags_action" with value "["one", "two"]".
* </p>
* <p/>
* <p>
Expand All @@ -78,8 +78,8 @@
* </p>
* <p/>
* <p>
* Example: uairship://run-basic-actions?add_tags=one&remove_tags=two will run
* the "add_tags" with the value "one", and perform the "remove_tags" action with
* Example: uairship://run-basic-actions?add_tags_action=one&remove_tags_action=two will run
* the "add_tags_action" with the value "one", and perform the "remove_tags_action" action with
* value "two".
* </p>
* <p/>
Expand Down

0 comments on commit 5d7adef

Please sign in to comment.