EMOobRegistrationResponse
Objective-C
@protocol EMOobRegistrationResponse <EMOobMessageResponse>
Swift
protocol EMOobRegistrationResponse : EMOobMessageResponse
OOB registration response from EMOobRegistrationManager:
- registerWithRequest:error:
- registerWithRequest:completionHandler:
Since
3.0-
Gets the client ID resulting from the registration process. This is meaningful only if the registration operation has succeeded.
Since
3.0
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *clientId;Swift
var clientId: String! { get }Return Value
The client ID.
EMOobRegistrationResponse Protocol Reference