public interface Message
| Modifier and Type | Method and Description | 
|---|---|
void | 
highPriority()
Indicates that this is a high priority message 
 | 
void | 
lowPriority()
Indicates that this is a low priority message 
 | 
void | 
normalPriority()
Indicates that this is a normal priority message 
 | 
void | 
send()
Sends the message 
 | 
void | 
setContent(String content)
Sets the content of this message 
 | 
void | 
setTitle(String title)
Sets the title for this message 
 | 
void | 
setUrl(String url,
      String title)
Sets the url for this message 
 | 
void setContent(String content)
content - the content to setvoid setTitle(String title)
title - the title to setvoid setUrl(String url, String title)
url - the url to settitle - the title of the urlvoid highPriority()
void lowPriority()
void normalPriority()
void send()
Copyright © 2016–2017. All rights reserved.