msys.httpclnt.http_status_classifier
Name
msys.httpclnt.http_status_classifier — Determine the delivery status of the "DLV_Response_Status" variable
Synopsis
require('msys.httpclnt'); require('msys.delivery');
msys.httpclnt.http_status_classifier(status);
Description
This function returns the delivery status of the "DLV_Response_Status" variable. It classifies the "DLV_Response_Status" variable as one of the following:
-
msys.delivery.DELIVERY_SUCCESS
-
msys.delivery.DELIVERY_PERMFAILED
Use this function in the http_response_eval
callout.
See Also
Momentum for Mobile Push Notifications, msys.gcm.gcm_classify_error and msys.apn.apn_status_classifier.