Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/pull/classes/general/pushservices/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/pull/classes/general/pushservices/services_descriptions.php

<?php

use Bitrix\Pull\Push\ServiceList;

class CPushDescription
{
	// backwards compatibility
	const TYPE_APPLE = ServiceList::TYPE_APPLE;
	const TYPE_APPLE_VOIP = ServiceList::TYPE_APPLE_VOIP;
	const TYPE_GOOGLE = ServiceList::TYPE_GOOGLE;
	const TYPE_GOOGLE_REV2 = ServiceList::TYPE_GOOGLE_REV2;
	const TYPE_HUAWEI = ServiceList::TYPE_HUAWEI;
}