Protocol for creative rendition asset.
More...
#import <FWProtocols.h>
Protocol for creative rendition asset.
- (NSInteger FWCreativeRenditionAsset) bytes |
|
|
|
Get size of the asset.
- Returns
- Size in bytes, or -1 if unknown
- (NSString * FWCreativeRenditionAsset) content |
|
|
|
Get content of the asset.
- Returns
- Content in a string
- (NSString * FWCreativeRenditionAsset) contentType |
|
|
|
Get content type of the asset.
- Returns
- Content type in a string
- (NSString * FWCreativeRenditionAsset) mimeType |
|
|
|
Get mime type of the asset.
- Returns
- Mime type in a string
- (NSString * FWCreativeRenditionAsset) name |
|
|
|
Get name of the asset.
- Returns
- Name in a string
- (void FWCreativeRenditionAsset) setBytes: |
|
(NSInteger) |
value |
|
Set size of the asset.
- Returns
- Size in bytes, or -1 if unknown
- (void FWCreativeRenditionAsset) setContent: |
|
(NSString *) |
value |
|
Set the content of the asset.
- (void FWCreativeRenditionAsset) setContentType: |
|
(NSString *) |
value |
|
Set content type of the asset.
- (void FWCreativeRenditionAsset) setMimeType: |
|
(NSString *) |
value |
|
Set mime type of the asset.
- (void FWCreativeRenditionAsset) setName: |
|
(NSString *) |
value |
|
- (void FWCreativeRenditionAsset) setUrl: |
|
(NSString *) |
value |
|
- (NSString * FWCreativeRenditionAsset) url |
|
|
|
Get URL of the asset.
- Returns
- URL in a string
The documentation for this protocol was generated from the following file: