Set the (optional) application icon to display.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_app_icon(purchase_arguments_t *purchase_arguments,
const char *app_icon)
BlackBerry 10.0.0
The purchase_arguments_t in which to set the app_icon.
The application icon URL to be set.
A full URL to an icon to display. If provided, the icon shall be displayed on the purchase confirmation screen that shall be presented to the user.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.