iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveActivity Class Reference

#import <JiveActivity.h>

Inherits JiveObject.

Properties

JiveActivityObjectactor
 The person (or other object) that created this activity.
 
NSString * content
 Text (or possibly HTML) content describing this activity. Required for creation.
 
JiveActivityObjectgenerator
 The application used to generate this activity.
 
JiveMediaLinkicon
 An icon associated with this activity.
 
NSString * jiveId
 Internal identifier for this activity.
 
JiveExtensionjive
 Jive extensions to the standard Activity Streams format.
 
JiveActivityObjectobject
 The object that was affected by this activity.
 
JiveOpenSocialopenSocial
 OpenSocial extensions to the standard Activity Streams format.
 
JiveActivityObjectprovider
 The service instance at which this activity was generated.
 
NSDate * published
 The date and time at which this activity was generated.
 
JiveActivityObjecttarget
 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.
 

Detailed Description