NetmeraCategoryPreference constructor

NetmeraCategoryPreference(
  1. int categoryId,
  2. String categoryName,
  3. bool optInStatus
)

Implementation

NetmeraCategoryPreference(int categoryId, String categoryName, bool optInStatus) {
  _categoryId = categoryId;
  _categoryName = categoryName;
  _optInStatus = optInStatus;
}