Except as otherwise noted,
the content of this page is licensed under the Creative Commons
Attribution 2.5 License.
Base interface for all activity objects.
See also: opensocial.newActivity(), opensocial.requestCreateActivity()
String
getField(key)
String
getId()
setField(key, data)
String getField(key)
String key - The key to get data for;
see the Field class
for possible values
String The data
String getId()
String The ID
setField(key, data)
String key - The key to set data for
String data - The data to set