|
FUNAPI_DLL_VISIBILITY | fun::DEPRECATED (Receipt MakeTStoreReceipt(const string &txid, const string &appid, const string &signdata, const std::vector< string > &products, bool use_tstore_test_server)) |
|
FUNAPI_DLL_VISIBILITY Receipt | fun::MakeAppleAppStoreReceipt (const string &receipt_data, const string &product_id, int64_t quantity) |
|
FUNAPI_DLL_VISIBILITY Receipt | fun::MakeGooglePlayReceipt (const string &package_name, const string &product_id, const string &purchase_token) |
|
FUNAPI_DLL_VISIBILITY Receipt | fun::MakeOneStoreReceipt (const string &txid, const string &appid, const string &signdata, const std::vector< string > &products, bool use_one_store_test_server) |
|
FUNAPI_DLL_VISIBILITY Receipt | fun::MakeOneStoreReceiptV5 (const string &purchase_id, const string &package_name, const string &product_id) |
|
FUNAPI_DLL_VISIBILITY void | fun::ValidateReceipt (const ReceiptValidationRequest &request, const BillingResponseHandler &handler) |
|
FUNAPI_DLL_VISIBILITY void | fun::ValidateReceipt2 (const ReceiptValidationRequest &request, const BillingResponseHandler2 &handler) |
|
FUNAPI_DLL_VISIBILITY bool | fun::ValidateReceiptSync (const ReceiptValidationRequest &request, ReceiptValidationResponse *response) |
|
FUNAPI_DLL_VISIBILITY bool | fun::ValidateReceiptSync2 (const ReceiptValidationRequest &request, ReceiptValidationResponse *response, std::vector< string > *transaction_ids) |
|