Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 3.0 License.
Google Code offered in: English - Español - 日本語 - 한국어 - Português - Pусский - 中文(简体) - 中文(繁體)
Base interface for all message objects.
See also: opensocial.newMessage(), opensocial.requestSendMessage()
String
getField(key)
setField(key, data)
String getField(key)
String key - The key to get data for;
see the Field class
for possible values
String The data
setField(key, data)
String key - The key to set data for
String data - The data to set