ec_message_get_delivery_method
Last updated March 2020
Name
ec_message_get_delivery_method — Retrieve the delivery method of a message
Synopsis
#include "ec_message.h"
| const char * **ec_message_get_delivery_method** (
| mess)
; | |
Description
**Configuration Change. ** This function is available as of Momentum version 3.5.5.
Retrieve the delivery method of a message.
- msg
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”.
A character pointer to the delivery method, for example "gcm". For more information about delivery methods see delivery_method.
It is legal to call this function in any thread.
See Also
Was this page helpful?