#include <hiker/attnmgr_common.h>
Go to the source code of this file.
Typedefs | |
typedef void(* | AlpAttnAlertCB )(const char *sourceAppId, const char *alertTypeName, const char *handle, int argc, char *argv[], void *user_data) |
Prototype for the Attention Manager callback function. | |
Functions | |
alp_status_t | alp_attn_alert_post (const char *sourceAppId, const char *alertTypeName, const char *handle, const char *interface, int32_t priority, int32_t duration, uint32_t nprops, AlpAttnProp *properties[]) |
Post an attention alert. | |
alp_status_t | alp_attn_alert_post_with_callback (const char *sourceAppId, const char *alertTypeName, const char *handle, const char *interface, int32_t priority, int32_t duration, uint32_t nprops, AlpAttnProp *properties[], AlpAttnAlertCB callback, void *user_data) |
Post an attention alert with a callback. | |
alp_status_t | alp_attn_alert_update (const char *sourceAppId, const char *alertTypeName, const char *handle, uint32_t nprops, AlpAttnProp *properties[]) |
Update the properties of a previously posted alert specified by the alert identifier. | |
alp_status_t | alp_attn_alert_delete (const char *sourceAppId, const char *alertTypeName, const char *handle) |
Delete a posted attention alert using the alert identifier. |