Notification Messaging Constants
A version of this page is also available for
4/8/2010
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. |