Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add it just before Euromsg.sync() code.

Code Block
languageswift
Euromsg.registerEmail(email: "example@email.com", permission: true)
//You can also call TICARITACIR account as following
Euromsg.registerEmail(email: "example@commercial.com, permission: true, isCommercial: true)

...