dialog_create_context_menu()
Create a context menu dialog.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_create_context_menu(dialog_instance_t *dialog)
Since:
BlackBerry 10.0.0
Arguments:
- dialog
-
This will be populated with the newly created dialog instance.
Library:
libbpsDescription:
The dialog_create_context_menu() function creates a context menu dialog.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.