#import <JiveActivity.h>
Inherits JiveObject.
Properties | |
| JiveActivityObject * | actor |
| The person (or other object) that created this activity. | |
| NSString * | content |
| Text (or possibly HTML) content describing this activity. Required for creation. | |
| JiveActivityObject * | generator |
| The application used to generate this activity. | |
| JiveMediaLink * | icon |
| An icon associated with this activity. | |
| NSString * | jiveId |
| Internal identifier for this activity. | |
| JiveExtension * | jive |
| Jive extensions to the standard Activity Streams format. | |
| JiveActivityObject * | object |
| The object that was affected by this activity. | |
| JiveOpenSocial * | openSocial |
| OpenSocial extensions to the standard Activity Streams format. | |
| JiveActivityObject * | provider |
| The service instance at which this activity was generated. | |
| NSDate * | published |
| The date and time at which this activity was generated. | |
| JiveActivityObject * | target |
| The object representing the "context" or "target" of this activity. | |
| NSString * | title |
| The title of this activity. Required for creation. | |
| NSDate * | updated |
| The date and time at which this activity was most recently updated. | |
| NSURL * | url |
| A URL pointing at more detailed information related to this activity. | |
| NSString * | verb |
| The verb describing the category of activity that took place. Verbs for Jive standard actions will be prefixed with jive:, and are only for internal use by Jive. | |