Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSMessagingAttachmentDelegate> Protocol Reference

#import <CSMessagingAttachment.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - messagingAttachment:didChangeName:
 Called to report that the name property has been changed. More...
 
(void) - messagingAttachment:didChangeIsThumbnail:
 Called to report that the isThumbnail property has been changed. More...
 
(void) - messagingAttachment:didChangeIsGeneratedContent:
 Called to report that the isGeneratedContent property of the attachment has changed. More...
 
(void) - messagingAttachment:didChangeLocation:
 Called to report that the location property of the attachment has changed. More...
 
(void) - messagingAttachment:didChangeMimeType:
 Called to report that the mimeType property of the attachment has changed. More...
 
(void) - messagingAttachment:didChangeStatus:
 Called to report that the attachment status changed. More...
 
(void) - messagingAttachmentDidChangeCapabilities:
 Called to report that messaging attachment capabilities have changed. More...
 

Method Documentation

- (void) messagingAttachment: (CSMessagingAttachment *)  messagingAttachment
didChangeIsGeneratedContent: (BOOL)  isGeneratedContent 

Called to report that the isGeneratedContent property of the attachment has changed.

Parameters
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
isGeneratedContentThe 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
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
IsThumbnailThe 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
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
locationThe 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
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
mimeTypeThe 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
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
namethe new value for the name attribute.
See also
-[CSMessagingAttachment name]
- (void) messagingAttachment: (CSMessagingAttachment *)  messagingAttachment
didChangeStatus: (CSMessagingAttachmentStatus status 

Called to report that the attachment status changed.

Parameters
messagingAttachmentthe CSMessagingAttachment for which the attribute has been changed.
statusThe new attachment status
See also
-[CSMessagingAttachment status]
- (void) messagingAttachmentDidChangeCapabilities: (CSMessagingAttachment *)  messagingAttachment

The documentation for this protocol was generated from the following file: