API/Autodoc/Files/URuStoreBillingClient.h.md
Classes
| Name | |
|---|---|
| class | URuStoreBillingClient — Класс реализует API для интегрирации платежей в мобильное приложение. |
Functions
| Name | |
|---|---|
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreCheckPurchasesAvailabilityErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreCheckPurchasesAvailabilityResponseDelegate , int64 , requestId , FURuStorePurchaseAvailabilityResult , response ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetProductsErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetProductsResponseDelegate , int64 , requestId , FURuStoreProductsResponse , response ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchasesErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchasesResponseDelegate , int64 , requestId , FURuStorePurchasesResponse , response ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStorePurchaseProductErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreUPurchaseProductResponseDelegate , int64 , requestId , URuStorePaymentResultClass * , response ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreConfirmPurchaseErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRuStoreConfirmPurchaseResponseDelegate , int64 , requestId ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreDeletePurchaseErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRuStoreDeletePurchaseResponseDelegate , int64 , requestId ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchaseInfoErrorDelegate , int64 , requestId , FURuStoreError , error ) | |
| DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchaseInfoResponseDelegate , int64 , requestId , FURuStorePurchase , response ) |
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreCheckPurchasesAvailabilityErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreCheckPurchasesAvailabilityResponseDelegate ,
int64 ,
requestId ,
FURuStorePurchaseAvailabilityResult ,
response
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetProductsErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetProductsResponseDelegate ,
int64 ,
requestId ,
FURuStoreProductsResponse ,
response
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetPurchasesErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetPurchasesResponseDelegate ,
int64 ,
requestId ,
FURuStorePurchasesResponse ,
response
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStorePurchaseProductErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreUPurchaseProductResponseDelegate ,
int64 ,
requestId ,
URuStorePaymentResultClass * ,
response
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreConfirmPurchaseErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(
FRuStoreConfirmPurchaseResponseDelegate ,
int64 ,
requestId
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreDeletePurchaseErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(
FRuStoreDeletePurchaseResponseDelegate ,
int64 ,
requestId
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetPurchaseInfoErrorDelegate ,
int64 ,
requestId ,
FURuStoreError ,
error
)
function DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(
FRuStoreGetPurchaseInfoResponseDelegate ,
int64 ,
requestId ,
FURuStorePurchase ,
response
)
Source code
// Copyright Epic Games, Inc. All Rights Reserved.
#include "URuStoreBillingClient.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreCheckPurchasesAvailabilityErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreCheckPurchasesAvailabilityResponseDelegate, int64, requestId, FURuStorePurchaseAvailabilityResult, response);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetProductsErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetProductsResponseDelegate, int64, requestId, FURuStoreProductsResponse, response);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchasesErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchasesResponseDelegate, int64, requestId, FURuStorePurchasesResponse, response);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStorePurchaseProductErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreUPurchaseProductResponseDelegate, int64, requestId, URuStorePaymentResultClass*, response);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreConfirmPurchaseErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRuStoreConfirmPurchaseResponseDelegate, int64, requestId);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreDeletePurchaseErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRuStoreDeletePurchaseResponseDelegate, int64, requestId);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchaseInfoErrorDelegate, int64, requestId, FURuStoreError, error);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FRuStoreGetPurchaseInfoResponseDelegate, int64, requestId, FURuStorePurchase, response);
UCLASS(Blueprintable)
class RUSTOREBILLING_API URuStoreBillingClient : public UObject, public RuStoreSDK::RuStoreListenerContainer
{
GENERATED_BODY()
private:
static URuStoreBillingClient* _instance;
static bool _bIsInstanceInitialized;
bool bIsInitialized = false;
RuStoreSDK::AndroidJavaObject* _clientWrapper = nullptr;
public:
static const FString PluginVersion;
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
bool GetIsInitialized();
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
static URuStoreBillingClient* Instance();
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
bool Init(FURuStoreBillingClientConfig config);
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void Dispose();
void ConditionalBeginDestroy();
URuStorePaymentResultClass* ConvertPaymentResult(TSharedPtr<FURuStorePaymentResult, ESPMode::ThreadSafe> value);
[[deprecated("This method is deprecated. This method only works for flows with an authorized user in RuStore.")]]
long CheckPurchasesAvailability(TFunction<void(long, TSharedPtr<FURuStorePurchaseAvailabilityResult, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long GetAuthorizationStatus(TFunction<void(long, TSharedPtr<FURuStoreUserAuthorizationStatus, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long GetProducts(TArray<FString>& productIds, TFunction<void(long, TSharedPtr<FURuStoreProductsResponse, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long GetPurchases(TFunction<void(long, TSharedPtr<FURuStorePurchasesResponse, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long PurchaseProduct(FString productId, FString orderId, int quantity, FString developerPayload, TFunction<void(long, TSharedPtr<FURuStorePaymentResult, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long ConfirmPurchase(FString purchaseId, TFunction<void(long)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long DeletePurchase(FString purchaseId, TFunction<void(long)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
long GetPurchaseInfo(FString purchaseId, TFunction<void(long, TSharedPtr<FURuStorePurchase, ESPMode::ThreadSafe>)> onSuccess, TFunction<void(long, TSharedPtr<FURuStoreError, ESPMode::ThreadSafe>)> onFailure);
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void SetTheme(EURuStoreTheme theme);
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
EURuStoreTheme GetTheme();
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
bool IsRuStoreInstalled();
//
[[deprecated("This method is deprecated. This method only works for flows with an authorized user in RuStore.")]]
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void CheckPurchasesAvailability(int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreCheckPurchasesAvailabilityErrorDelegate OnCheckPurchasesAvailabilityError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreCheckPurchasesAvailabilityResponseDelegate OnCheckPurchasesAvailabilityResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void GetProducts(TArray<FString> productIds, int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetProductsErrorDelegate OnGetProductsError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetProductsResponseDelegate OnGetProductsResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void GetPurchases(int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetPurchasesErrorDelegate OnGetPurchasesError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetPurchasesResponseDelegate OnGetPurchasesResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void PurchaseProduct(FString productId, FString orderId, int quantity, FString developerPayload, int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStorePurchaseProductErrorDelegate OnPurchaseProductError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreUPurchaseProductResponseDelegate OnPurchaseProductResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void ConfirmPurchase(FString purchaseId, int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreConfirmPurchaseErrorDelegate OnConfirmPurchaseError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreConfirmPurchaseResponseDelegate OnConfirmPurchaseResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void DeletePurchase(FString purchaseId, int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreDeletePurchaseErrorDelegate OnDeletePurchaseError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreDeletePurchaseResponseDelegate OnDeletePurchaseResponse;
//
UFUNCTION(BlueprintCallable, Category = "RuStore Billing Client")
void GetPurchaseInfo(FString purchaseId, int64& requestId);
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetPurchaseInfoErrorDelegate OnPurchaseInfoError;
UPROPERTY(BlueprintAssignable, Category = "RuStore Billing Client")
FRuStoreGetPurchaseInfoResponseDelegate OnPurchaseInfoResponse;
};
- Страницы
- AndroidJavaClass.cpp.en
- AndroidJavaClass.cpp
- AndroidJavaClass.h.en
- AndroidJavaClass.h
- AndroidJavaLog.cpp.en
- AndroidJavaLog.cpp
- AndroidJavaLog.h.en
- AndroidJavaLog.h
- AndroidJavaObject.cpp.en
- AndroidJavaObject.cpp
- AndroidJavaObject.h.en
- AndroidJavaObject.h
- AsyncNodes.en
- AsyncNodes
- AsyncNodes_Files.en
- AsyncNodes_Files
- CallbackHandler.cpp.en
- CallbackHandler.cpp
- CallbackHandler.h.en
- CallbackHandler.h
- ConfirmPurchaseResponseListenerImpl.cpp.en
- ConfirmPurchaseResponseListenerImpl.cpp
- ConfirmPurchaseResponseListenerImpl.h.en
- ConfirmPurchaseResponseListenerImpl.h
- DataConverter.cpp.en
- DataConverter.cpp
- DataConverter.h.en
- DataConverter.h
- DeletePurchaseResponseListenerImpl.cpp.en
- DeletePurchaseResponseListenerImpl.cpp
- DeletePurchaseResponseListenerImpl.h.en
- DeletePurchaseResponseListenerImpl.h
- EURuStoreProductStatus.h.en
- EURuStoreProductStatus.h
- EURuStoreProductType.h.en
- EURuStoreProductType.h
- EURuStorePurchaseState.h.en
- EURuStorePurchaseState.h
- EURuStoreTheme.h.en
- EURuStoreTheme.h
- ErrorConverter.cpp.en
- ErrorConverter.cpp
- ErrorConverter.h.en
- ErrorConverter.h
- ErrorListener.cpp.en
- ErrorListener.cpp
- ErrorListener.h.en
- ErrorListener.h
- FURuStoreBillingClientConfig.h.en
- FURuStoreBillingClientConfig.h
- FURuStoreCancelled.h.en
- FURuStoreCancelled.h
- FURuStoreError.h.en
- FURuStoreError.h
- FURuStoreFailure.h.en
- FURuStoreFailure.h
- FURuStoreFeatureAvailabilityResult.h.en
- FURuStoreFeatureAvailabilityResult.h
- FURuStoreInvalidPaymentState.h.en
- FURuStoreInvalidPaymentState.h
- FURuStorePaymentResult.h.en
- FURuStorePaymentResult.h
- FURuStoreProduct.h.en
- FURuStoreProduct.h
- FURuStoreProductSubscription.h.en
- FURuStoreProductSubscription.h
- FURuStoreProductsResponse.h.en
- FURuStoreProductsResponse.h
- FURuStorePurchase.h.en
- FURuStorePurchase.h
- FURuStorePurchaseAvailabilityResult.h.en
- FURuStorePurchaseAvailabilityResult.h
- FURuStorePurchasesResponse.h.en
- FURuStorePurchasesResponse.h
- FURuStoreSubscriptionPeriod.h.en
- FURuStoreSubscriptionPeriod.h
- FURuStoreSuccess.h.en
- FURuStoreSuccess.h
- FURuStoreUserAuthorizationStatus.h.en
- FURuStoreUserAuthorizationStatus.h
- FeatureAvailabilityListenerImpl.cpp.en
- FeatureAvailabilityListenerImpl.cpp
- FeatureAvailabilityListenerImpl.h.en
- FeatureAvailabilityListenerImpl.h
- IAndroidClasses.h.en
- IAndroidClasses.h
- IRuStoreListener.java.en
- IRuStoreListener.java
- Java.en
- Java
- JavaActivity.cpp.en
- JavaActivity.cpp
- JavaActivity.h.en
- JavaActivity.h
- JavaApplication.cpp.en
- JavaApplication.cpp
- JavaApplication.h.en
- JavaApplication.h
- JavaMethodSignature.cpp.en
- JavaMethodSignature.cpp
- JavaMethodSignature.h.en
- JavaMethodSignature.h
- JavaTypeConverter.cpp.en
- JavaTypeConverter.cpp
- JavaTypeConverter.h.en
- JavaTypeConverter.h
- Java_Files.en
- Java_Files
- PaymentResultListenerImpl.cpp.en
- PaymentResultListenerImpl.cpp
- PaymentResultListenerImpl.h.en
- PaymentResultListenerImpl.h
- Plugins.en
- Plugins
- Private.en
- Private
- Private_Files.en
- Private_Files
- ProductsResponseListenerImpl.cpp.en
- ProductsResponseListenerImpl.cpp
- ProductsResponseListenerImpl.h.en
- ProductsResponseListenerImpl.h
- Public.en
- Public
- Public_Files.en
- Public_Files
- PurchaseAvailabilityListenerImpl.cpp.en
- PurchaseAvailabilityListenerImpl.cpp
- PurchaseAvailabilityListenerImpl.h.en
- PurchaseAvailabilityListenerImpl.h
- PurchaseInfoResponseListenerImpl.cpp.en
- PurchaseInfoResponseListenerImpl.cpp
- PurchaseInfoResponseListenerImpl.h.en
- PurchaseInfoResponseListenerImpl.h
- PurchasesResponseListenerImpl.cpp.en
- PurchasesResponseListenerImpl.cpp
- PurchasesResponseListenerImpl.h.en
- PurchasesResponseListenerImpl.h
- ResponseListener.h.en
- ResponseListener.h
- RuStoreBilling.Build.cs.en
- RuStoreBilling.Build.cs
- RuStoreBilling.cpp.en
- RuStoreBilling.cpp
- RuStoreBilling.h.en
- RuStoreBilling.h
- RuStoreBillingIntentFilterActivity.java.en
- RuStoreBillingIntentFilterActivity.java
- RuStoreBilling_Files.en
- RuStoreBilling_Files
- RuStoreCore.Build.cs.en
- RuStoreCore.Build.cs
- RuStoreCore.cpp.en
- RuStoreCore.cpp
- RuStoreCore.h.en
- RuStoreCore.h
- RuStoreCoreUtils.java.en
- RuStoreCoreUtils.java
- RuStoreCore_Files.en
- RuStoreCore_Files
- RuStoreImage.java.en
- RuStoreImage.java
- RuStoreListener.cpp.en
- RuStoreListener.cpp
- RuStoreListener.h.en
- RuStoreListener.h
- SimpleResponseListener.cpp.en
- SimpleResponseListener.cpp
- SimpleResponseListener.h.en
- SimpleResponseListener.h
- SimpleResponseListenerT.h.en
- SimpleResponseListenerT.h
- Source.en
- Source
- Source_Files.en
- Source_Files
- UCheckPurchasesAvailabilityNode.cpp.en
- UCheckPurchasesAvailabilityNode.cpp
- UCheckPurchasesAvailabilityNode.h.en
- UCheckPurchasesAvailabilityNode.h
- UConfirmPurchaseNode.cpp.en
- UConfirmPurchaseNode.cpp
- UConfirmPurchaseNode.h.en
- UConfirmPurchaseNode.h
- UDeletePurchaseNode.cpp.en
- UDeletePurchaseNode.cpp
- UDeletePurchaseNode.h.en
- UDeletePurchaseNode.h
- UGetAuthorizationStatusNode.cpp.en
- UGetAuthorizationStatusNode.cpp
- UGetAuthorizationStatusNode.h.en
- UGetAuthorizationStatusNode.h
- UGetProductsNode.h.en
- UGetProductsNode.h
- UGetProductstNode.cpp.en
- UGetProductstNode.cpp
- UGetPurchaseInfoNode.cpp.en
- UGetPurchaseInfoNode.cpp
- UGetPurchaseInfoNode.h.en
- UGetPurchaseInfoNode.h
- UGetPurchasesNode.cpp.en
- UGetPurchasesNode.cpp
- UGetPurchasesNode.h.en
- UGetPurchasesNode.h
- UPurchaseProductNode.cpp.en
- UPurchaseProductNode.cpp
- UPurchaseProductNode.h.en
- UPurchaseProductNode.h
- URuStoreBillingClient.cpp.en
- URuStoreBillingClient.cpp
- URuStoreBillingClient.h.en
- URuStoreBillingClient.h
- URuStoreCancelled.h.en
- URuStoreCancelled.h
- URuStoreCore.cpp.en
- URuStoreCore.cpp
- URuStoreCore.h.en
- URuStoreCore.h
- URuStoreFailure.h.en
- URuStoreFailure.h
- URuStoreInvalidPaymentState.h.en
- URuStoreInvalidPaymentState.h
- URuStorePaymentResultClass.h.en
- URuStorePaymentResultClass.h
- URuStoreSuccess.h.en
- URuStoreSuccess.h
- UTextureDownloader.cpp.en
- UTextureDownloader.cpp
- UTextureDownloader.h.en
- UTextureDownloader.h
- UnrealPlayerImpl.cpp.en
- UnrealPlayerImpl.cpp
- UnrealPlayerImpl.h.en
- UnrealPlayerImpl.h
- UnrealPlayerWrapper.java.en
- UnrealPlayerWrapper.java
- UserAuthorizationStatusListenerImpl.cpp.en
- UserAuthorizationStatusListenerImpl.cpp
- UserAuthorizationStatusListenerImpl.h.en
- UserAuthorizationStatusListenerImpl.h
- docs.en
- docs
- unreal_example.en
- unreal_example
- AndroidJavaClass.cpp.en
- AndroidJavaClass.cpp
- AndroidJavaClass.h.en
- AndroidJavaClass.h
- AndroidJavaLog.cpp.en
- AndroidJavaLog.cpp
- AndroidJavaLog.h.en
- AndroidJavaLog.h
- AndroidJavaObject.cpp.en
- AndroidJavaObject.cpp
- AndroidJavaObject.h.en
- AndroidJavaObject.h
- AsyncNodes.en
- AsyncNodes
- AsyncNodes_Files.en
- AsyncNodes_Files
- CallbackHandler.cpp.en
- CallbackHandler.cpp
- CallbackHandler.h.en
- CallbackHandler.h
- ConfirmPurchaseResponseListenerImpl.cpp.en
- ConfirmPurchaseResponseListenerImpl.cpp
- ConfirmPurchaseResponseListenerImpl.h.en
- ConfirmPurchaseResponseListenerImpl.h
- DataConverter.cpp.en
- DataConverter.cpp
- DataConverter.h.en
- DataConverter.h
- DeletePurchaseResponseListenerImpl.cpp.en
- DeletePurchaseResponseListenerImpl.cpp
- DeletePurchaseResponseListenerImpl.h.en
- DeletePurchaseResponseListenerImpl.h
- EURuStoreProductStatus.h.en
- EURuStoreProductStatus.h
- EURuStoreProductType.h.en
- EURuStoreProductType.h
- EURuStorePurchaseState.h.en
- EURuStorePurchaseState.h
- EURuStoreTheme.h.en
- EURuStoreTheme.h
- ErrorConverter.cpp.en
- ErrorConverter.cpp
- ErrorConverter.h.en
- ErrorConverter.h
- ErrorListener.cpp.en
- ErrorListener.cpp
- ErrorListener.h.en
- ErrorListener.h
- FURuStoreBillingClientConfig.h.en
- FURuStoreBillingClientConfig.h
- FURuStoreCancelled.h.en
- FURuStoreCancelled.h
- FURuStoreError.h.en
- FURuStoreError.h
- FURuStoreFailure.h.en
- FURuStoreFailure.h
- FURuStoreFeatureAvailabilityResult.h.en
- FURuStoreFeatureAvailabilityResult.h
- FURuStoreInvalidPaymentState.h.en
- FURuStoreInvalidPaymentState.h
- FURuStorePaymentResult.h.en
- FURuStorePaymentResult.h
- FURuStoreProduct.h.en
- FURuStoreProduct.h
- FURuStoreProductSubscription.h.en
- FURuStoreProductSubscription.h
- FURuStoreProductsResponse.h.en
- FURuStoreProductsResponse.h
- FURuStorePurchase.h.en
- FURuStorePurchase.h
- FURuStorePurchaseAvailabilityResult.h.en
- FURuStorePurchaseAvailabilityResult.h
- FURuStorePurchasesResponse.h.en
- FURuStorePurchasesResponse.h
- FURuStoreSubscriptionPeriod.h.en
- FURuStoreSubscriptionPeriod.h
- FURuStoreSuccess.h.en
- FURuStoreSuccess.h
- FURuStoreUserAuthorizationStatus.h.en
- FURuStoreUserAuthorizationStatus.h
- FeatureAvailabilityListenerImpl.cpp.en
- FeatureAvailabilityListenerImpl.cpp
- FeatureAvailabilityListenerImpl.h.en
- FeatureAvailabilityListenerImpl.h
- IAndroidClasses.h.en
- IAndroidClasses.h
- IRuStoreListener.java.en
- IRuStoreListener.java
- Java.en
- Java
- JavaActivity.cpp.en
- JavaActivity.cpp
- JavaActivity.h.en
- JavaActivity.h
- JavaApplication.cpp.en
- JavaApplication.cpp
- JavaApplication.h.en
- JavaApplication.h
- JavaMethodSignature.cpp.en
- JavaMethodSignature.cpp
- JavaMethodSignature.h.en
- JavaMethodSignature.h
- JavaTypeConverter.cpp.en
- JavaTypeConverter.cpp
- JavaTypeConverter.h.en
- JavaTypeConverter.h
- Java_Files.en
- Java_Files
- PaymentResultListenerImpl.cpp.en
- PaymentResultListenerImpl.cpp
- PaymentResultListenerImpl.h.en
- PaymentResultListenerImpl.h
- Plugins.en
- Plugins
- Private.en
- Private
- Private_Files.en
- Private_Files
- ProductsResponseListenerImpl.cpp.en
- ProductsResponseListenerImpl.cpp
- ProductsResponseListenerImpl.h.en
- ProductsResponseListenerImpl.h
- Public.en
- Public
- Public_Files.en
- Public_Files
- PurchaseAvailabilityListenerImpl.cpp.en
- PurchaseAvailabilityListenerImpl.cpp
- PurchaseAvailabilityListenerImpl.h.en
- PurchaseAvailabilityListenerImpl.h
- PurchaseInfoResponseListenerImpl.cpp.en
- PurchaseInfoResponseListenerImpl.cpp
- PurchaseInfoResponseListenerImpl.h.en
- PurchaseInfoResponseListenerImpl.h
- PurchasesResponseListenerImpl.cpp.en
- PurchasesResponseListenerImpl.cpp
- PurchasesResponseListenerImpl.h.en
- PurchasesResponseListenerImpl.h
- ResponseListener.h.en
- ResponseListener.h
- RuStoreBilling.Build.cs.en
- RuStoreBilling.Build.cs
- RuStoreBilling.cpp.en
- RuStoreBilling.cpp
- RuStoreBilling.h.en
- RuStoreBilling.h
- RuStoreBillingIntentFilterActivity.java.en
- RuStoreBillingIntentFilterActivity.java
- RuStoreBilling_Files.en
- RuStoreBilling_Files
- RuStoreCore.Build.cs.en
- RuStoreCore.Build.cs
- RuStoreCore.cpp.en
- RuStoreCore.cpp
- RuStoreCore.h.en
- RuStoreCore.h
- RuStoreCoreUtils.java.en
- RuStoreCoreUtils.java
- RuStoreCore_Files.en
- RuStoreCore_Files
- RuStoreImage.java.en
- RuStoreImage.java
- RuStoreListener.cpp.en
- RuStoreListener.cpp
- RuStoreListener.h.en
- RuStoreListener.h
- SimpleResponseListener.cpp.en
- SimpleResponseListener.cpp
- SimpleResponseListener.h.en
- SimpleResponseListener.h
- SimpleResponseListenerT.h.en
- SimpleResponseListenerT.h
- Source.en
- Source
- Source_Files.en
- Source_Files
- UCheckPurchasesAvailabilityNode.cpp.en
- UCheckPurchasesAvailabilityNode.cpp
- UCheckPurchasesAvailabilityNode.h.en
- UCheckPurchasesAvailabilityNode.h
- UConfirmPurchaseNode.cpp.en
- UConfirmPurchaseNode.cpp
- UConfirmPurchaseNode.h.en
- UConfirmPurchaseNode.h
- UDeletePurchaseNode.cpp.en
- UDeletePurchaseNode.cpp
- UDeletePurchaseNode.h.en
- UDeletePurchaseNode.h
- UGetAuthorizationStatusNode.cpp.en
- UGetAuthorizationStatusNode.cpp
- UGetAuthorizationStatusNode.h.en
- UGetAuthorizationStatusNode.h
- UGetProductsNode.h.en
- UGetProductsNode.h
- UGetProductstNode.cpp.en
- UGetProductstNode.cpp
- UGetPurchaseInfoNode.cpp.en
- UGetPurchaseInfoNode.cpp
- UGetPurchaseInfoNode.h.en
- UGetPurchaseInfoNode.h
- UGetPurchasesNode.cpp.en
- UGetPurchasesNode.cpp
- UGetPurchasesNode.h.en
- UGetPurchasesNode.h
- UPurchaseProductNode.cpp.en
- UPurchaseProductNode.cpp
- UPurchaseProductNode.h.en
- UPurchaseProductNode.h
- URuStoreBillingClient.cpp.en
- URuStoreBillingClient.cpp
- URuStoreBillingClient.h.en
- URuStoreBillingClient.h
- URuStoreCancelled.h.en
- URuStoreCancelled.h
- URuStoreCore.cpp.en
- URuStoreCore.cpp
- URuStoreCore.h.en
- URuStoreCore.h
- URuStoreFailure.h.en
- URuStoreFailure.h
- URuStoreInvalidPaymentState.h.en
- URuStoreInvalidPaymentState.h
- URuStorePaymentResultClass.h.en
- URuStorePaymentResultClass.h
- URuStoreSuccess.h.en
- URuStoreSuccess.h
- UTextureDownloader.cpp.en
- UTextureDownloader.cpp
- UTextureDownloader.h.en
- UTextureDownloader.h
- UnrealPlayerImpl.cpp.en
- UnrealPlayerImpl.cpp
- UnrealPlayerImpl.h.en
- UnrealPlayerImpl.h
- UnrealPlayerWrapper.java.en
- UnrealPlayerWrapper.java
- UserAuthorizationStatusListenerImpl.cpp.en
- UserAuthorizationStatusListenerImpl.cpp
- UserAuthorizationStatusListenerImpl.h.en
- UserAuthorizationStatusListenerImpl.h
- docs.en
- docs
- unreal_example.en
- unreal_example