-
- All Implemented Interfaces:
-
java.io.Serializable
public final class OpenIapError.PurchaseVerificationFailed extends OpenIapError
Purchase verification failed with a specific error from the verification provider (e.g., IAPKit)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOpenIapError.PurchaseVerificationFailed.Companion
-
Constructor Summary
Constructors Constructor Description OpenIapError.PurchaseVerificationFailed(String providerError)
-
Method Summary
Modifier and Type Method Description StringgetCode()StringgetMessage()final StringgetProviderError()ThrowablegetCause()-
Methods inherited from class dev.hyo.openiap.OpenIapError.PurchaseVerificationFailed
toJSON -
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
OpenIapError.PurchaseVerificationFailed
OpenIapError.PurchaseVerificationFailed(String providerError)
-
-
Method Detail
-
getMessage
String getMessage()
-
getProviderError
final String getProviderError()
-
-
-
-