EMOobUserMessageAttachment Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMOobUserMessageAttachment.h |
Overview
Attachment object that can be sent and received by user messages.
This comes along with either EMOobProviderToUserMessage or EMOobUserToProviderMessage object
in its attachments property.
Locale of the content is defined by the message container.
subject
required method
Gets the subject.
@property (nonatomic, copy, readonly) id<EMSecureString> subjectReturn Value
The subject.
Availability
3.0
Declared In
EMOobUserMessageAttachment.h
contentType
required method
content
required method
Gets the content as secure byte array.
@property (nonatomic, strong, readonly) id<EMSecureByteArray> contentReturn Value
The content.
Availability
3.0
Declared In
EMOobUserMessageAttachment.h
contentString
required method
meta
required method
Gets the meta-data.
@property (nonatomic, copy, readonly) NSDictionary *metaReturn Value
The meta-data.
Availability
3.0
Declared In
EMOobUserMessageAttachment.h
– contentStringWithEncoding:
required method
– wipe
required method
Wipes all the sensitive data from memory
- (void)wipeAvailability
3.0
Declared In
EMOobUserMessageAttachment.h