paymentservice_purchase_arguments_set_app_name()
Set the (optional) name of the application through which the digital good is being purchased.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_app_name(purchase_arguments_t *purchase_arguments, const char *app_name)
Since:
BlackBerry 10.0.0
Arguments:
- purchase_arguments
-
The purchase_arguments_t in which to set the app_name.
- app_name
-
The application name to be set.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)Description:
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.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.
Last modified: 2014-09-30