Set the items to display in a popup list dialog.
#include <bps/dialog.h>
BPS_API int dialog_set_popuplist_items(dialog_instance_t dialog,
const char *items[],
int num_items)
BlackBerry 10.0.0
The dialog to update.
An array of strings, comprising the item list to display.
The number of strings in the items array.
The dialog_set_popuplist_items() function sets the items to display in the specified popup list dialog.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.