EMOobResponse Protocol Reference

Conforms to NSObject
Declared in EMOobResponse.h

Overview

Defines the user data keys specific for the OOB subsystem.

  resultCode required method

Retrieves the result of the registration operation.

@property (nonatomic, assign, readonly) EMOobResultCode resultCode

Return Value

The result of the registration operation, see EMOobResultCode.

Availability

3.0

Declared In

EMOobResponse.h

  resultMessage required method

Retrieves the message accompanying the result as retrieved from the OOBS.

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

Return Value

The result text, never nil.

Availability

3.0

Declared In

EMOobResponse.h