#import <CSMessagingAttachment.h>
Inherits <NSObjectNSObject>.
| - (void) messagingAttachment: |
|
(CSMessagingAttachment *) |
messagingAttachment |
| didChangeIsGeneratedContent: |
|
(BOOL) |
isGeneratedContent |
|
|
| |
Called to report that the isGeneratedContent property of the attachment has changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| isGeneratedContent | The new value for the isGeneratedContent property |
- See also
- -[CSMessagingAttachment generatedContent]
| - (void) messagingAttachment: |
|
(CSMessagingAttachment *) |
messagingAttachment |
| didChangeIsThumbnail: |
|
(BOOL) |
IsThumbnail |
|
|
| |
Called to report that the isThumbnail property has been changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| IsThumbnail | The new value for the isThumbnail property |
- See also
- -[CSMessagingAttachment thumbnail]
| - (void) messagingAttachment: |
|
(CSMessagingAttachment *) |
messagingAttachment |
| didChangeLocation: |
|
(NSString *) |
location |
|
|
| |
Called to report that the location property of the attachment has changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| location | The new value for the location property |
- See also
- -[CSMessagingAttachment location]
| - (void) messagingAttachment: |
|
(CSMessagingAttachment *) |
messagingAttachment |
| didChangeMimeType: |
|
(NSString *) |
mimeType |
|
|
| |
Called to report that the mimeType property of the attachment has changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| mimeType | The new value for the mimeType property |
- See also
- -[CSMessagingAttachment mimeType]
| - (void) messagingAttachment: |
|
(CSMessagingAttachment *) |
messagingAttachment |
| didChangeName: |
|
(NSString *) |
name |
|
|
| |
Called to report that the name property has been changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| name | the new value for the name attribute. |
- See also
- -[CSMessagingAttachment name]
Called to report that the attachment status changed.
- Parameters
-
| messagingAttachment | the CSMessagingAttachment for which the attribute has been changed. |
| status | The new attachment status |
- See also
- -[CSMessagingAttachment status]
The documentation for this protocol was generated from the following file: