EMRegistrationResponse
Objective-C
@interface EMRegistrationResponse : NSObject
Swift
class EMRegistrationResponse : NSObject
OOB registration response from EMOobRegistrationManager:
- registerWithRequest:error:
- registerWithRequest:completionHandler:
Since
5.3-
Get the message pending status.
Declaration
Objective-C
@property (nonatomic, readonly) BOOL isMessagePending;Swift
var isMessagePending: Bool { get }Return Value
YESif the message is pending. OtherwiseNO. -
Gets the client ID resulting from the registration process. This is meaningful only if the registration operation has succeeded.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull clientId;Swift
var clientId: String { get }Return Value
The client ID.
EMRegistrationResponse Class Reference