MoEngageRegistrationType

@objc
public enum MoEngageRegistrationType : Int

User registration type

  • Register the user

    Declaration

    Swift

    case register
  • UnRegister the user.

    Declaration

    Swift

    case unregister