public interface PresenceNote
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the content of a presence note.
|
String |
getLang()
Gets the language of a presence note.
|
long |
getNativePtr()
Gets the native pointer for this object.
|
int |
setContent(String content)
Sets the content of a presence note.
|
int |
setLang(String lang)
Sets the language of a presence note.
|
String getContent()
int setContent(String content)
content
- The content of the note.String getLang()
int setLang(String lang)
lang
- The language of the note.long getNativePtr()