paymentservice_purchase_arguments_get_app_icon()

Get the application icon URL from the purchase arguments.

Synopsis:

#include <bps/paymentservice.h>
 
BPS_API const char* paymentservice_purchase_arguments_get_app_icon(purchase_arguments_t *purchase_arguments)

Since:

BlackBerry 10.0.0

Arguments:

purchase_arguments

The purchase_arguments_t from which to get the application icon URL.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Retrieve the application icon URL that was previously set via paymentservice_purchase_arguments_set_app_icon().

Returns:

The application icon URL, or NULL if it has not yet been set.