SkyVaultActivityEntry
This section describes the SkyVaultActivityEntry class.
The SkyVaultActivityEntry class encapsulates information for an activity entry.
Class declaration
@interface SkyVaultActivityEntry : NSObject <NSCoding>
Properties
Property | Description |
---|---|
@property (nonatomic, strong, readonly) NSString *identifier | Returns the identifier of this specific activity entry. |
@property (nonatomic, strong, readonly) NSDate *createdAt | Returns the timestamp in the session's locale when this activity entry was created. |
@property (nonatomic, strong, readonly) NSString *createdBy | Returns the username of the person who posted the activity entry |
@property (nonatomic, strong, readonly) NSString *siteShortName | Returns the name of the site associated to a specific activity entry. |
@property (nonatomic, strong, readonly) NSString *type; | Returns the type of the activity entry, for example, "file-added". |
@property (nonatomic, strong, readonly) NSDictionary *data | Returns a dictionary of all extra data specific to a certain type of activity entry. |