%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/modules/pull/classes/general/pushservices/ |
| Current File : /home/bitrix/www/bitrix/modules/pull/classes/general/pushservices/services_descriptions.php |
<?
class CPushDescription
{
public function GetDescription()
{
return array(
array(
"ID" => "APPLE",
"CLASS" => "CApplePush",
"NAME" => "Apple Push Notifications"
),
array(
"ID" => "APPLE/VOIP",
"CLASS" => "CApplePushVoip",
"NAME" => "Apple Push Notifications (Voip Service)"
),
array(
"ID" => "GOOGLE/REV2",
"CLASS" => "CGooglePushInteractive",
"NAME" => "Google Cloud Messages rev.2"
),
array(
"ID" => "GOOGLE",
"CLASS" => "CGooglePush",
"NAME" => "Google Cloud Messages"
));
}
}
AddEventHandler("pull", "OnPushServicesBuildList", array("CPushDescription", "GetDescription"));
?>