Main Page | Modules | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals

attnmgr.h File Reference


Detailed Description

Contains the SDK & PDK API for the ALP Attention Manager.

#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.


Generated on Sat Dec 16 20:29:48 2006 for hiker-0.9 by  doxygen 1.4.4