RegistrationResponse

Objective-C

@interface RegistrationResponse : NSObject
@property(nonatomic, nullable) NSError * error;
- (instancetype)init NS_UNAVAILABLE;
@end

Swift

class RegistrationResponse : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property(nonatomic, nullable) NSError * error

    Swift

    var error: Error? { get set }
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;