IBI-aws MobileClient

categories

Available from version

1.14.0

Necessity

optional

Value type

text

Description

This property can be used to specify the IDs of categories that cannot be unsubscribed by the user.

If several category IDs need to be specified, they must be separated by a semicolon (;)

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "categories",
    "valueString": "ca381989-ce6d-482d-8fae-cbec0e29ab15;02b328dd-9729-460a-aaed-2c1e62ba5837"
  }
]

iOS

XML
<key>categories</key>
<string>ca381989-ce6d-482d-8fae-cbec0e29ab15;02b328dd-9729-460a-aaed-2c1e62ba5837</string>