EMOobResponse Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | EMOobResponse.h |
resultCode
required method
Retrieves the result of the registration operation.
@property (nonatomic, assign, readonly) EMOobResultCode resultCodeReturn 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 *resultMessageReturn Value
The result text, never nil.
Availability
3.0
Declared In
EMOobResponse.h