GoCarrot / teak-android

Carrot SDK for Android
Apache License 2.0
0 stars 0 forks source link

Change opt out state to ternary, post to /me/preferences.json #103

Closed AlexSc closed 1 year ago

AlexSc commented 2 years ago

Request body should be JSON encoded, (sig v2 and all that)

{
  opt_out: {
    email: ("opted_in"|"available"|"opted_out"),
    push: ("opted_in"|"available"|"opted_out")
}