-
- All Implemented Interfaces:
-
java.io.Serializable
public final class OpenIapError.BillingUnavailable extends OpenIapError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classOpenIapError.BillingUnavailable.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringcodeprivate final Stringmessageprivate final StringdebugMessageprivate SubResponseCodeAndroidsubResponseCodeprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description OpenIapError.BillingUnavailable(String debugMessage)
-
Method Summary
Modifier and Type Method Description StringgetCode()StringgetMessage()StringgetDebugMessage()Optional raw debug message surfaced from the underlying billing layer (e.g. final SubResponseCodeAndroidgetSubResponseCode()final UnitsetSubResponseCode(SubResponseCodeAndroid subResponseCode)ThrowablegetCause()-
Methods inherited from class dev.hyo.openiap.OpenIapError.BillingUnavailable
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.BillingUnavailable
OpenIapError.BillingUnavailable(String debugMessage)
-
-
Method Detail
-
getMessage
String getMessage()
-
getDebugMessage
String getDebugMessage()
Optional raw debug message surfaced from the underlying billing layer (e.g. Google Play's
BillingResult.debugMessage). Subclasses that carry per-call diagnostics should override this so callers can see the exact argument the store rejected.
-
getSubResponseCode
final SubResponseCodeAndroid getSubResponseCode()
-
setSubResponseCode
final Unit setSubResponseCode(SubResponseCodeAndroid subResponseCode)
-
-
-
-