public class NotificationOptions extends Object
| Constructor and Description |
|---|
NotificationOptions(String url) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getMessage()
Gets Message property of the notification
|
Integer |
getTimeout()
Gets timeout property of the notification
|
String |
getURL()
Gets URL property of the notification
|
void |
setMessage(org.json.JSONObject message)
Sets URL property of the notification
|
void |
setTimeout(Integer timeout)
Sets timeout property of the notification
|
void |
setURL(String url)
Sets URL property of the notification
|
public NotificationOptions(String url)
public String getURL()
public void setURL(String url)
public org.json.JSONObject getMessage()
public void setMessage(org.json.JSONObject message)
public Integer getTimeout()
public void setTimeout(Integer timeout)
Copyright © 2014. All rights reserved.