AccountCreatorBackend

public enum AccountCreatorBackend : Int

Enum describing backend used in the AccountCreator.

  • XMLRPC Backend.

    Declaration

    Swift

    case XMLRPC = 0
  • FlexiAPI Backend.

    Declaration

    Swift

    case FlexiAPI = 1