opensocial.Activity.Field (v0.6)
SUMMARY DETAIL
Static Class opensocial.Activity.Field
All of the fields that activities can have.
See also:
opensocial.Activity.getField()
Field Summary
-
<static> object
APP_ID
- A string specifying the application that this activity is associated with.
-
<static> object
BODY
- A string specifying the full text of an activity.
-
<static> object
EXTERNAL_ID
- A string ID
associated with this activity that was generated by the
posting app externally.
-
<static> object
ID
- A string ID
that can be permanently associated with this activity.
-
<static> object
MEDIA_ITEMS
- Any photos, videos, or images that should be associated
with the activity.
-
<static> object
POSTED_TIME
- A string specifying the time at which this activity took place
in milliseconds since the epoch.
-
<static> object
STREAM_FAVICON_URL
- A string specifying the URL for the stream's favicon.
-
<static> object
STREAM_SOURCE_URL
- A string specifying the stream's source URL.
-
<static> object
STREAM_TITLE
- A string specifing the title of the stream.
-
<static> object
STREAM_URL
- A string specifying the stream's URL.
-
<static> object
TITLE
- A string specifying the title of an activity;
the only field that is guaranteed
to display when rendering.
-
<static> object
URL
- A string specifying the
URL that represents this activity.
-
<static> object
USER_ID
- The string ID of the user who this activity is for.
Field Detail
APP_ID
<static> object APP_ID
A string specifying the application that this activity is associated with.
BODY
<static> object BODY
A string specifying the full text of an activity.
EXTERNAL_ID
<static> object EXTERNAL_ID
A string ID
associated with this activity that was generated by the
posting app externally.
ID
<static> object ID
A string ID
that can be permanently associated with this activity.
MEDIA_ITEMS
<static> object MEDIA_ITEMS
Any photos, videos, or images that should be associated
with the activity. Higher priority ones are higher in the list.
The data has type Array<
MediaItem>.
POSTED_TIME
<static> object POSTED_TIME
A string specifying the time at which this activity took place
in milliseconds since the epoch.
STREAM_FAVICON_URL
<static> object STREAM_FAVICON_URL
A string specifying the URL for the stream's favicon.
STREAM_SOURCE_URL
<static> object STREAM_SOURCE_URL
A string specifying the stream's source URL.
STREAM_TITLE
<static> object STREAM_TITLE
A string specifing the title of the stream.
STREAM_URL
<static> object STREAM_URL
A string specifying the stream's URL.
TITLE
<static> object TITLE
A string specifying the title of an activity;
the only field that is guaranteed
to display when rendering.
URL
<static> object URL
A string specifying the
URL that represents this activity.
USER_ID
<static> object USER_ID
The string ID of the user who this activity is for.