public interface LinphoneInfoMessage
LinphoneCore.createInfoMessage()
.Modifier and Type | Method and Description |
---|---|
void |
addHeader(String name,
String value)
Add a specific header to the info message
|
LinphoneContent |
getContent()
Get the actual content of the info message.
|
String |
getHeader(String name)
Retrieve a header's value based on its name.
|
void |
setContent(LinphoneContent content)
Assign a content to the info message.
|
void setContent(LinphoneContent content)
content
- LinphoneContent getContent()
void addHeader(String name, String value)
name
- the header's namevalue
- the header's value