-
- All Implemented Interfaces:
-
java.io.Serializable
public class OpenIapError.MissingCurrentActivity extends OpenIapError
-
-
Field Summary
Fields Modifier and Type Field Description private final StringCODEprivate final Stringcodeprivate final Stringmessageprivate final StringMESSAGEprivate SubResponseCodeAndroidsubResponseCodeprivate final StringdebugMessageprivate final Throwablecausepublic final static OpenIapError.MissingCurrentActivityINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetCODE()StringgetCode()StringgetMessage()final StringgetMESSAGE()final SubResponseCodeAndroidgetSubResponseCode()final UnitsetSubResponseCode(SubResponseCodeAndroid subResponseCode)StringgetDebugMessage()Optional raw debug message surfaced from the underlying billing layer (e.g. ThrowablegetCause()-
Methods inherited from class dev.hyo.openiap.OpenIapError.MissingCurrentActivity
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
-
-
Method Detail
-
getMessage
String getMessage()
-
getMESSAGE
final String getMESSAGE()
-
getSubResponseCode
final SubResponseCodeAndroid getSubResponseCode()
-
setSubResponseCode
final Unit setSubResponseCode(SubResponseCodeAndroid subResponseCode)
-
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.
-
-
-
-