SITResource Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITResource.h |
identifier
Unique identifier of the resource
@property (nonatomic, strong) NSString *identifier
Declared In
SITResource.h
createdAt
Date containing the time when a resource was first created.
@property (nonatomic, strong) NSDate *createdAt
Declared In
SITResource.h
updatedAt
Date containing the time when a resource was last updated.
@property (nonatomic, strong) NSDate *updatedAt
Declared In
SITResource.h
customFields
A dictionary containing additional information not managed by Situm SDK
@property (nonatomic, strong) NSDictionary *customFields
Discussion
You can use this property to insert personalized content for your application. It will be loaded with the contents inserted on the web app.
Declared In
SITResource.h