EMOobGenericOutgoingMessage Protocol Reference

Conforms to EMOobOutgoingMessage
Declared in EMOobGenericOutgoingMessage.h

Overview

Interface to an object that contains a generic message to send to the OOB server.

  contentType required method

Gets the content type of the generic message.

@property (nonatomic, copy, readonly) NSString *contentType

Return Value

The content type.

Availability

3.0

Declared In

EMOobGenericOutgoingMessage.h

  content required method

Gets the content of the generic message.

@property (nonatomic, strong, readonly) id<EMSecureByteArray> content

Return Value

The content.

Availability

3.0

Declared In

EMOobGenericOutgoingMessage.h

  contentString required method

Gets message content in form of secure string.

@property (nonatomic, strong, readonly) id<EMSecureString> contentString

Return Value

The content.

Availability

3.0

Declared In

EMOobGenericOutgoingMessage.h

– contentStringWithEncoding: required method

Gets message content in form of secure string in specific encoding format.

- (id<EMSecureString>)contentStringWithEncoding:(NSStringEncoding)encoding

Parameters

encoding

A string encoding.

Return Value

The content.

Availability

3.0

Declared In

EMOobGenericOutgoingMessage.h