paymentservice_purchase_arguments_set_app_icon()
Set the (optional) application icon to display.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_purchase_arguments_set_app_icon(purchase_arguments_t *purchase_arguments, const char *app_icon)
Arguments:
- purchase_arguments
-
The purchase_arguments_t in which to set the app_icon.
- app_icon
-
The application icon url to be set.
Library:
libbpsDescription:
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.
Returns:
BPS_SUCCESS upon success, BPS_FAILURE with errno value set otherwise.