Set the (optional) name of the application through which the digital good is being purchased.
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_app_name(purchase_arguments_t *purchase_arguments,
const char *app_name)
BlackBerry 10.0.0
The purchase_arguments_t in which to set the app_name.
The application name to be set.
If provided, this name will be displayed in a banner along the top of the purchase confirmation screen that shall be presented to the user.
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.