Share via


Notification Messaging Constants (Compact 2013)

3/26/2014

Messaging notifications (RIL_NCLASS_MESSAGE).

Value

Description

RIL_NOTIFY_MESSAGE

Incoming message. The lpData notification parameter points to RILMESSAGE.

RIL_NOTIFY_BCMESSAGE

Incoming broadcast message. The lpData notification parameter points to RILMESSAGE.

RIL_NOTIFY_STATUSMESSAGE

Incoming status-report message. The lpData notification parameter points to RILMESSAGE.

RIL_NOTIFY_MSGSTORED

A message has been added to storage. The lpData notification parameter points to the storage index assigned to the new message.

RIL_NOTIFY_MSGDELETED

A message has been deleted from storage. The lpData notification parameter points to the storage index occupied by the deleted message.

RIL_NOTIFY_MSGSTORAGECHANGED

One of the message storage locations has been changed. The lpData notification parameter points to RILMSGSTORAGEINFO.

RIL_NOTIFY_MESSAGE_IN_SIM

Incoming message stored to SIM. The lpData notification parameter points to the storage RILMESSAGE_IN_SIM.

RIL_NOTIFY_BCMESSAGE_IN_SIM

Incoming broadcast message stored to SIM. The lpData notification parameter points to RILMESSAGE_IN_SIM.

RIL_NOTIFY_STATUSMESSAGE_IN_SIM

Incoming status-report message stored to SIM. The lpData notification parameter points to RILMESSAGE_IN_SIM.

See Also

Reference

RIL Notifications
Notification Class Constants