ids_bbprofile_notification

The kinds of notifications that can be generated by this provider.

Synopsis:

 enum ids_bbprofile_notification{
      IDS_PROFILE_NOTIFY_STARTED = 0x00000000   
      IDS_PROFILE_NOTIFY_STOPPED = 0x00000001   
      IDS_PROFILE_NOTIFY_CHANGED = 0x00000002   
};

Since:

BlackBerry 10.2.0

Data:

IDS_PROFILE_NOTIFY_STARTED
Notifications will now be sent for this entry.

The request to receive notifications was successful. Change notifications will now be sent.

IDS_PROFILE_NOTIFY_STOPPED
Notifications will no longer be sent for this entry.

The request to stop receiving notifications was successful, or the request to start receiving has failed. Change notifications will NOT be sent.

IDS_PROFILE_NOTIFY_CHANGED
The entry has changed.

The provider has detected that the entry has changed and is notifying the application. A change can include the entry being created, deleted, or modified.

Library:

libids (For the qcc command, use the -l ids option to link against this library)

Description: