• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Controller/AhaMoment.php
  • Класс: BitrixCrmMobileControllerAhaMoment
  • Вызов: AhaMoment::setViewedAction
public function setViewedAction(string $name): void
{
	$ahaMomentsFactory = Factory::getInstance();

	$ahaMomentsFactory->getAhaInstance($name)->setViewed();
}