API/Autodoc/Classes/RuStoreSDK.Pay.PaymentExceptionConverter.en.md


RuStoreSDK::Pay::PaymentExceptionConverter

Converter of typed payment exceptions from Java objects.

#include <PaymentExceptionConverter.h>

Public Functions

Name
FURuStoreError * ConvertExceptionClasses(AndroidJavaObject * obj)
Converts a Java error object into a typed FURuStoreError. Determines the error class by getClass().getName() and creates the corresponding subtype.

function ConvertExceptionClasses

static FURuStoreError * ConvertExceptionClasses(
    AndroidJavaObject * obj
)

Converts a Java error object into a typed FURuStoreError. Determines the error class by getClass().getName() and creates the corresponding subtype.


Назад