diff options
| author | 2014-10-17 21:46:10 +0000 | |
|---|---|---|
| committer | 2014-10-17 21:46:10 +0000 | |
| commit | 1fede10c269f97f2a9dac48025dccce7e45cef9d (patch) | |
| tree | 3ca0ce8c3d4f22f62b33edd6818a815836ddea11 | |
| parent | c97bc213481cef235b10a2d4d17caba7301cd3c5 (diff) | |
| parent | 09cce6f509af58e3eeaf687b63e292c222a7d769 (diff) | |
am 09cce6f5: Merge "docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result" into lmp-dev
* commit '09cce6f509af58e3eeaf687b63e292c222a7d769':
docs: Added new BILLING_RESPONSE_RESULT_SERVICE_UNAVAILABLE result
| -rw-r--r-- | docs/html/google/play/billing/billing_reference.jd | 5 |
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> |