Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
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