Set whether the message text has emoticons.
#include <bps/dialog.h>
BPS_API int dialog_set_progress_message_has_emoticons(dialog_instance_t dialog,
bool has_emoticons)
BlackBerry 10.0.0
The dialog to update.
If true display emoticons graphically, if false, do not alter the appearance of emoticons.
The dialog_set_progress_message_has_emoticons() function sets whether the message text has emoticons, and that they should be displayed graphically.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.