summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2014-10-17 21:39:26 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-17 21:39:27 +0000
commit09cce6f509af58e3eeaf687b63e292c222a7d769 (patch)
tree759c3df755841a551f20fbdd72d8826cb282ff83
parentf21746fca8603ed5a4d328b804ad6de24226ef49 (diff)
parent1c56c15d4d5f0a1524912cccc46ea2d8f44b41fd (diff)
downloadbase-09cce6f509af58e3eeaf687b63e292c222a7d769.tar.gz
Merge "docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result" into lmp-dev
-rw-r--r--docs/html/google/play/billing/billing_reference.jd5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/html/google/play/billing/billing_reference.jd b/docs/html/google/play/billing/billing_reference.jd
index 4d80964d6cfb..902c2c6b34eb 100644
--- a/docs/html/google/play/billing/billing_reference.jd
+++ b/docs/html/google/play/billing/billing_reference.jd
@@ -52,6 +52,11 @@ parent.link=index.html
<td>User pressed back or canceled a dialog</td>
</tr>
<tr>
+ <td>{@code BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE}</td>
+ <td>2</td>
+ <td>Network connection is down</td>
+ </tr>
+ <tr>
<td>{@code BILLING_RESPONSE_RESULT_BILLING_UNAVAILABLE}</td>
<td>3</td>
<td>Billing API version is not supported for the type requested</td>