• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/bitrix24/service.php
  • Класс: Bitrix\Sender\Integration\Bitrix24\Service
  • Вызов: Service::initLicensePopup
static function initLicensePopup()
{
	if (!self::isCloud())
	{
		return;
	}

	\CBitrix24::initLicenseInfoPopupJS();
	\CJSCore::init('sender_b24_license');
}