Skip to content

Commit

Permalink
update param
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 12, 2019
1 parent 917fbf4 commit 8c769a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ButtonTemplate implements SenderTemplate {
protected ArrayList<HashMap<String, String>> buttons = new ArrayList<HashMap<String, String>>();

protected String message_string;

protected String webview_height_ratio;


Expand Down Expand Up @@ -62,6 +62,7 @@ public void setMessageText(String message_text)
* @param title the button title
* @param url the button url
* @param payload the button payload
* @param webview_height_ratio the web view ratio
*/
public void setButton(String type, String title, String url, String payload, String webview_height_ratio)
{
Expand Down

0 comments on commit 8c769a6

Please sign in to comment.