EMOobRegistrationMethod

Objective-C

enum EMOobRegistrationMethod : NSUInteger {}

Swift

enum EMOobRegistrationMethod : UInt, @unchecked Sendable

Registration methods.

Since

3.0
  • Registration is authorised by the registration code entered by the user via the application UI. The registration parameter in this case is the registration code entered by the end-user via the application UI.

    Declaration

    Objective-C

    EMOobRegistrationMethodRegistrationCode

    Swift

    case registrationCode = 0