setEndUserCreatedAt method

dynamic setEndUserCreatedAt(
  1. int timestamp
)

When creating a new end user for survey, it will set the external creation date (so for example, date, when end user was created in your iOS application). This value is also used in eligibility check, to determine if end user should be surveyed.

Implementation

setEndUserCreatedAt(int timestamp) {}