IBI-aws MobileClient

historyOffset

Available from version

1.8.0

Necessity

optional

Value type

number

Description

Number of days a message should be displayed in the history after its end date

Example

Android

JavaScript
"managedProperty": [
  {
    "key": "historyOffset",
    "valueInteger": 14
  }
]

iOS

XML
<key>historyOffset</key>
<integer>14</integer>