blob: 7283d7507477e499ede3c62329b90b08765f4762 [file] [log] [blame]
Dirk Dougherty16542642014-02-07 19:58:28 -08001<!DOCTYPE html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Quddus Chong26ca3fa2014-05-06 17:02:49 -070078
79
80
81
82
83
84
Dirk Dougherty16542642014-02-07 19:58:28 -080085<html>
86<head>
87
88
89<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
90<meta name="viewport" content="width=device-width" />
91
92<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
93<title>GamesStatusCodes | Android Developers</title>
94
95<!-- STYLESHEETS -->
96<link rel="stylesheet"
Quddus Chong26ca3fa2014-05-06 17:02:49 -070097href="//fonts.googleapis.com/css?family=Roboto+Condensed">
98<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
99 title="roboto">
Dirk Dougherty16542642014-02-07 19:58:28 -0800100<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
101
102
103
104<!-- JAVASCRIPT -->
105<script src="//www.google.com/jsapi" type="text/javascript"></script>
106<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
107<script type="text/javascript">
108 var toRoot = "/";
109 var metaTags = [];
110 var devsite = false;
111</script>
112<script src="/assets/js/docs.js" type="text/javascript"></script>
113
114<script type="text/javascript">
115 var _gaq = _gaq || [];
116 _gaq.push(['_setAccount', 'UA-5831155-1']);
117 _gaq.push(['_trackPageview']);
118
119 (function() {
120 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
121 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
122 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
123 })();
124</script>
125</head>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700126
Dirk Dougherty16542642014-02-07 19:58:28 -0800127<body class="gc-documentation google
128 develop" itemscope itemtype="http://schema.org/Article">
129 <div id="doc-api-level" class="" style="display:none"></div>
130 <a name="top"></a>
131
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700132
Dirk Dougherty16542642014-02-07 19:58:28 -0800133<a name="top"></a>
134
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700135 <!-- Header -->
136 <div id="header-wrapper">
Dirk Dougherty16542642014-02-07 19:58:28 -0800137 <div id="header">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700138 <div class="wrap" id="header-wrap">
139 <div class="col-3 logo">
Dirk Dougherty16542642014-02-07 19:58:28 -0800140 <a href="/index.html">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700141 <img src="/assets/images/dac_logo.png"
142 srcset="/assets/images/dac_logo@2x.png 2x"
143 width="123" height="25" alt="Android Developers" />
Dirk Dougherty16542642014-02-07 19:58:28 -0800144 </a>
145 <div class="btn-quicknav" id="btn-quicknav">
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700146 <a href="#" class="arrow-inactive">Quicknav</a>
147 <a href="#" class="arrow-active">Quicknav</a>
Dirk Dougherty16542642014-02-07 19:58:28 -0800148 </div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700149 </div>
150 <ul class="nav-x col-9">
151 <li class="design">
152 <a href="/design/index.html"
153 zh-tw-lang="設計"
154 zh-cn-lang="设计"
155 ru-lang="Проектирование"
156 ko-lang="디자인"
157 ja-lang="設計"
158 es-lang="Diseñar"
159 >Design</a></li>
160 <li class="develop"><a href="/develop/index.html"
161 zh-tw-lang="開發"
162 zh-cn-lang="开发"
163 ru-lang="Разработка"
164 ko-lang="개발"
165 ja-lang="開発"
166 es-lang="Desarrollar"
167 >Develop</a></li>
168 <li class="distribute last"><a href="/distribute/index.html"
169 zh-tw-lang="發佈"
170 zh-cn-lang="分发"
171 ru-lang="Распространение"
172 ko-lang="배포"
173 ja-lang="配布"
174 es-lang="Distribuir"
175 >Distribute</a></li>
176 </ul>
177
178
179
180
181<div class="menu-container">
182 <div class="moremenu">
Dirk Dougherty16542642014-02-07 19:58:28 -0800183 <div id="more-btn"></div>
184 </div>
185 <div class="morehover" id="moremenu">
186 <div class="top"></div>
187 <div class="mid">
188 <div class="header">Links</div>
189 <ul>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700190 <li><a href="https://play.google.com/apps/publish/" target="_googleplay">Google Play Developer Console</a></li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800191 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
192 <li><a href="/about/index.html">About Android</a></li>
193 </ul>
194 <div class="header">Android Sites</div>
195 <ul>
196 <li><a href="http://www.android.com">Android.com</a></li>
197 <li class="active"><a>Android Developers</a></li>
198 <li><a href="http://source.android.com">Android Open Source Project</a></li>
199 </ul>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700200
Dirk Dougherty16542642014-02-07 19:58:28 -0800201
202
203 <div class="header">Language</div>
204 <div id="language" class="locales">
205 <select name="language" onChange="changeLangPref(this.value, true)">
206 <option value="en">English</option>
207 <option value="es">Español</option>
208 <option value="ja">日本語</option>
209 <option value="ko">한국어</option>
210 <option value="ru">Русский</option>
211 <option value="zh-cn">中文 (中国)</option>
212 <option value="zh-tw">中文 (台灣)</option>
213 </select>
214 </div>
215 <script type="text/javascript">
216 <!--
217 loadLangPref();
218 //-->
219 </script>
220
221
Dirk Dougherty16542642014-02-07 19:58:28 -0800222 <br class="clearfix" />
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700223 </div><!-- end 'mid' -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800224 <div class="bottom"></div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700225 </div><!-- end 'moremenu' -->
226
Dirk Dougherty16542642014-02-07 19:58:28 -0800227 <div class="search" id="search-container">
228 <div class="search-inner">
229 <div id="search-btn"></div>
230 <div class="left"></div>
231 <form onsubmit="return submit_search()">
232 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700233 onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
234 onkeydown="return search_changed(event, true, '/')"
235 onkeyup="return search_changed(event, false, '/')" />
Dirk Dougherty16542642014-02-07 19:58:28 -0800236 </form>
237 <div class="right"></div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700238 <a class="close hide">close</a>
239 <div class="left"></div>
240 <div class="right"></div>
241 </div><!-- end search-inner -->
242 </div><!-- end search-container -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800243
244 <div class="search_filtered_wrapper reference">
245 <div class="suggest-card reference no-display">
246 <ul class="search_filtered">
247 </ul>
248 </div>
249 </div>
250
251 <div class="search_filtered_wrapper docs">
252 <div class="suggest-card dummy no-display">&nbsp;</div>
253 <div class="suggest-card develop no-display">
254 <ul class="search_filtered">
255 </ul>
256 <div class="child-card guides no-display">
257 </div>
258 <div class="child-card training no-display">
259 </div>
260 <div class="child-card samples no-display">
261 </div>
262 </div>
263 <div class="suggest-card design no-display">
264 <ul class="search_filtered">
265 </ul>
266 </div>
267 <div class="suggest-card distribute no-display">
268 <ul class="search_filtered">
269 </ul>
270 </div>
271 </div>
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700272</div><!-- end menu-container (search and menu widget) -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800273
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700274
275
276 <!-- Expanded quicknav -->
277 <div id="quicknav" class="col-9">
278 <ul>
279 <li class="design">
280 <ul>
281 <li><a href="/design/index.html">Get Started</a></li>
282 <li><a href="/design/style/index.html">Style</a></li>
283 <li><a href="/design/patterns/index.html">Patterns</a></li>
284 <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
285 <li><a href="/design/downloads/index.html">Downloads</a></li>
286 <li><a href="/design/videos/index.html">Videos</a></li>
287 </ul>
288 </li>
289 <li class="develop">
290 <ul>
291 <li><a href="/training/index.html"
292 zh-tw-lang="訓練課程"
293 zh-cn-lang="培训"
294 ru-lang="Курсы"
295 ko-lang="교육"
296 ja-lang="トレーニング"
297 es-lang="Capacitación"
298 >Training</a></li>
299 <li><a href="/guide/index.html"
300 zh-tw-lang="API 指南"
301 zh-cn-lang="API 指南"
302 ru-lang="Руководства по API"
303 ko-lang="API 가이드"
304 ja-lang="API ガイド"
305 es-lang="Guías de la API"
306 >API Guides</a></li>
307 <li><a href="/reference/packages.html"
308 zh-tw-lang="參考資源"
309 zh-cn-lang="参考"
310 ru-lang="Справочник"
311 ko-lang="참조문서"
312 ja-lang="リファレンス"
313 es-lang="Referencia"
314 >Reference</a></li>
315 <li><a href="/tools/index.html"
316 zh-tw-lang="相關工具"
317 zh-cn-lang="工具"
318 ru-lang="Инструменты"
319 ko-lang="도구"
320 ja-lang="ツール"
321 es-lang="Herramientas"
322 >Tools</a>
323 <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
324 </li>
325 <li><a href="/google/index.html">Google Services</a>
326 </li>
327
328 <li><a href="/samples/index.html">Samples</a>
329 </li>
330
331 </ul>
332 </li>
333 <li class="distribute last">
334 <ul>
335 <li><a href="/distribute/googleplay/index.html">Google Play</a></li>
336 <li><a href="/distribute/essentials/index.html">Essentials</a></li>
337 <li><a href="/distribute/users/index.html">Get Users</a></li>
338 <li><a href="/distribute/engage/index.html">Engage &amp; Retain</a></li>
339 <li><a href="/distribute/monetize/index.html">Monetize</a></li>
340 <li><a href="/distribute/tools/index.html">Tools &amp; Reference</a></li>
341 <li><a href="/distribute/stories/index.html">Developer Stories</a></li>
342 </ul>
343 </li>
344 </ul>
345 </div><!-- /Expanded quicknav -->
346 </div><!-- end header-wrap.wrap -->
347 </div><!-- end header -->
348
Dirk Dougherty16542642014-02-07 19:58:28 -0800349
350 <!-- Secondary x-nav -->
351 <div id="nav-x">
352 <div class="wrap">
353 <ul class="nav-x col-9 develop" style="width:100%">
354 <li class="training"><a href="/training/index.html"
355 zh-tw-lang="訓練課程"
356 zh-cn-lang="培训"
357 ru-lang="Курсы"
358 ko-lang="교육"
359 ja-lang="トレーニング"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700360 es-lang="Capacitación"
Dirk Dougherty16542642014-02-07 19:58:28 -0800361 >Training</a></li>
362 <li class="guide"><a href="/guide/index.html"
363 zh-tw-lang="API 指南"
364 zh-cn-lang="API 指南"
365 ru-lang="Руководства по API"
366 ko-lang="API 가이드"
367 ja-lang="API ガイド"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700368 es-lang="Guías de la API"
Dirk Dougherty16542642014-02-07 19:58:28 -0800369 >API Guides</a></li>
370 <li class="reference"><a href="/reference/packages.html"
371 zh-tw-lang="參考資源"
372 zh-cn-lang="参考"
373 ru-lang="Справочник"
374 ko-lang="참조문서"
375 ja-lang="リファレンス"
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700376 es-lang="Referencia"
Dirk Dougherty16542642014-02-07 19:58:28 -0800377 >Reference</a></li>
378 <li class="tools"><a href="/tools/index.html"
379 zh-tw-lang="相關工具"
380 zh-cn-lang="工具"
381 ru-lang="Инструменты"
382 ko-lang="도구"
383 ja-lang="ツール"
384 es-lang="Herramientas"
385 >Tools</a></li>
386 <li class="google"><a href="/google/index.html"
387 >Google Services</a>
388 </li>
389
390 <li class="samples"><a href="/samples/index.html"
391 >Samples</a>
392 </li>
393
394 </ul>
395 </div>
Dirk Dougherty16542642014-02-07 19:58:28 -0800396 </div>
397 <!-- /Sendondary x-nav -->
Dirk Dougherty16542642014-02-07 19:58:28 -0800398
399
400
Quddus Chong26ca3fa2014-05-06 17:02:49 -0700401 <div id="searchResults" class="wrap" style="display:none;">
402 <h2 id="searchTitle">Results</h2>
403 <div id="leftSearchControl" class="search-control">Loading...</div>
404 </div>
405 </div> <!--end header-wrapper -->
406
407 <div id="sticky-header">
408 <div>
409 <a class="logo" href="#top"></a>
410 <a class="top" href="#top"></a>
411 <ul class="breadcrumb">
412
413 <li class="current">GamesStatusCodes</li>
414 </ul>
415 </div>
416 </div>
417
418
419
420
Dirk Dougherty16542642014-02-07 19:58:28 -0800421
422
423 <div class="wrap clearfix" id="body-content">
424 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
425 <div id="devdoc-nav" class="scroll-pane">
Dirk Dougherty16542642014-02-07 19:58:28 -0800426
427
428
429<ul id="nav">
430
431 <li class="nav-section">
432 <div class="nav-section-header empty"><a href="/google/index.html">
433 <span class="en">Overview</span>
434 </a></div>
435 </li>
436
437 <li class="nav-section">
438 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
439 <span class="en">Games</span>
440 </a></div>
441 </li>
442 <li class="nav-section">
443 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
444 <span class="en">Location</span>
445 </a></div>
446 </li>
447 <li class="nav-section">
448 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
449 <span class="en">Google+</span>
450 </a></div>
451 </li>
452 <li class="nav-section">
453 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
454 <span class="en">Maps</span>
455 </a></div>
456 </li>
457 <li class="nav-section">
458 <div class="nav-section-header empty"><a href="/google/play-services/drive.html">
459 <span class="en">Drive</span>
460 </a></div>
461 </li>
462 <li class="nav-section">
463 <div class="nav-section-header empty"><a href="/google/play-services/cast.html">
464 <span class="en">Cast</span>
465 </a></div>
466 </li>
467 <li class="nav-section">
468 <div class="nav-section-header"><a href="/google/play-services/ads.html">
469 <span class="en">Ads</span></a>
470 </div>
471 <ul>
472 <li><a href="/google/play-services/id.html">
473 <span class="en">Advertising ID</span></a>
474 </li>
475 </ul>
476 </li>
477 <li class="nav-section">
478 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
479 <span class="en">Wallet</span>
480 </a></div>
481 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800482
483
484 <li class="nav-section">
485 <div class="nav-section-header"><a href="/google/play-services/index.html">
486 <span class="en">Google Play Services</span></a>
487 </div>
488 <ul>
489 <li><a href="/google/play-services/setup.html">
490 <span class="en">Setup</span></a>
491 </li>
quddusc682d8e92014-03-13 11:55:32 -0700492 <li class="nav-section">
493 <div class="nav-section-header"><a href="/google/auth/api-client.html">
494 <span class="en">Accessing Google Play Services APIs</span></a>
495 </div>
496 <ul>
497 <li>
498 <a href="/google/auth/http-auth.html">
499 <span class="en">Authorizing with Google for REST APIs</span>
500 </a>
501 </li>
502 </ul>
503 </li>
Dirk Dougherty16542642014-02-07 19:58:28 -0800504 <li id="gms-tree-list" class="nav-section">
505 <div class="nav-section-header">
506 <a href="/reference/gms-packages.html">
507 <span class="en">Reference</span>
508 </a>
509 <div>
510 </li>
511 </ul>
512 </li>
513
514
515 <li class="nav-section">
516 <div class="nav-section-header"><a href="/google/play/billing/index.html">
517 <span class="en">Google Play In-app Billing</span></a>
518 </div>
519 <ul>
520 <li><a href="/google/play/billing/billing_overview.html">
521 <span class="en">Overview</span></a>
522 </li>
523 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
524 <span class="en">Version 3 API</span></a></div>
525 <ul>
526 <li><a href="/google/play/billing/billing_integrate.html">
527 <span class="en">Implementing the API</span></a></li>
528 <li><a href="/google/play/billing/billing_reference.html">
529 <span class="en">Reference</span></a></li>
530 </ul>
531 </li>
532 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
533 <span class="en">Version 2 API</span></a></div>
534 <ul>
535 <li><a href="/google/play/billing/v2/billing_integrate.html">
536 <span class="en">Implementing the API</span></a></li>
537 <li><a href="/google/play/billing/v2/billing_subscriptions.html">
538 <span class="en">Subscriptions</span></a></li>
539 <li><a href="/google/play/billing/v2/billing_reference.html">
540 <span class="en">Reference</span></a></li>
541 </ul>
542 </li>
543 <li><a href="/google/play/billing/billing_subscriptions.html">
544 <span class="en">Subscriptions</span></a>
545 </li>
546 <li><a href="/google/play/billing/billing_best_practices.html">
547 <span class="en">Security and Design</span></a>
548 </li>
549 <li><a href="/google/play/billing/billing_testing.html">
550 <span class="en">Testing In-app Billing</span></a>
551 </li>
552 <li><a href="/google/play/billing/billing_admin.html">
553 <span class="en">Administering In-app Billing</span></a>
554 </li>
555 <li><a href="/google/play/billing/gp-purchase-status-api.html">
556 <span class="en">Purchase Status API</span></a>
557 </li>
558 <li><a href="/google/play/billing/versions.html">
559 <span class="en">Version Notes</span></a>
560 </li>
561 </ul>
562 </li>
563
564
565
566 <li class="nav-section">
567 <div class="nav-section-header"><a href="/google/gcm/index.html">
568 <span class="en">Google Cloud Messaging</span></a>
569 </div>
570 <ul>
571 <li><a href="/google/gcm/gcm.html">
572 <span class="en">Overview</span></a>
573 </li>
574 <li><a href="/google/gcm/gs.html">
575 <span class="en">Getting Started</span></a>
576 </li>
577 <li><a href="/google/gcm/client.html">
578 <span class="en">Implementing GCM Client</span></a>
579 </li>
580 <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html">
581 <span class="en">Implementing GCM Server</span></a></div>
582 <ul>
583 <li><a href="/google/gcm/ccs.html">
584 <span class="en">CCS (XMPP)</span></a></li>
585 <li><a href="/google/gcm/http.html">
586 <span class="en">HTTP</span></a></li>
587 </ul>
588 </li>
589 <li><a href="/google/gcm/notifications.html">
590 <span class="en">User Notifications</span></a>
591 </li>
592 <li><a href="/google/gcm/adv.html">
593 <span class="en">Advanced Topics</span></a>
594 </li>
595 <li><a href="/google/gcm/c2dm.html">
596 <span class="en">Migration</span></a>
597 </li>
598 <li id="gcm-tree-list" class="nav-section">
599 <div class="nav-section-header">
600 <a href="/reference/gcm-packages.html">
601 <span class="en">Reference</span>
602 </a>
603 <div>
604 </li>
605 </ul>
606 </li>
607
608 <li class="nav-section">
609 <div class="nav-section-header"><a href="/google/play/dist.html">
610 <span class="en">Google Play Distribution</span></a>
611 </div>
612 <ul>
613 <li><a href="/google/play/filters.html">
614 <span class="en">Filters on Google Play</span></a>
615 </li>
616
617 <li><a href="/google/play/publishing/multiple-apks.html">
618 <span class="en">Multiple APK Support</span></a>
619 </li>
620 <li><a href="/google/play/expansion-files.html">
621 <span class="en">APK Expansion Files</span></a>
622 </li>
623 <li class="nav-section">
624 <div class="nav-section-header"><a href="/google/play/licensing/index.html">
625 <span class="en">Application Licensing</span></a>
626 </div>
627 <ul>
628 <li><a href="/google/play/licensing/overview.html">
629 <span class="en">Licensing Overview</span></a>
630 </li>
631 <li><a href="/google/play/licensing/setting-up.html">
632 <span class="en">Setting Up for Licensing</span></a>
633 </li>
634 <li><a href="/google/play/licensing/adding-licensing.html">
635 <span class="en">Adding Licensing to Your App</span></a>
636 </li>
637 <li><a href="/google/play/licensing/licensing-reference.html">
638 <span class="en">Licensing Reference</span></a>
639 </li>
640 </ul>
641 </li>
642
643 <li class="nav-section">
644 <div class="nav-section-header"><a href="/google/backup/index.html">
645 Android Backup Service</a>
646 </div>
647 <ul>
648 <li><a href="/google/backup/signup.html">
649 Register</a>
650 </li>
651 </ul>
652 </li>
653
654 </ul>
655
656</li>
657
658
659
660</ul>
661
662<script type="text/javascript">
663<!--
664 buildToggleLists();
665 changeNavLang(getLangPref());
666//-->
667</script>
668
669
670
671
672 </div>
673 <script type="text/javascript">
674 showGoogleRefTree();
675
676 </script>
677 </div> <!-- end side-nav -->
678 <script>
679 $(document).ready(function() {
680 scrollIntoView("devdoc-nav");
681 });
682 </script>
683
684
685
686
687
688
689<div class="col-12" id="doc-col">
690
691<div id="api-info-block">
692
693
694
695
696
697
698
699
700
701
702
703<div class="sum-details-links">
704
705Summary:
706
707
708
709
710
711 <a href="#constants">Constants</a>
712
713
714
715
716
717
718
719
720
721
722 &#124; <a href="#inhmethods">Inherited Methods</a>
723
724&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
725
726</div><!-- end sum-details-links -->
727<div class="api-level">
728
729
730
731
732</div>
733</div><!-- end api-info-block -->
734
735
736<!-- ======== START OF CLASS DATA ======== -->
737
738<div id="jd-header">
739 public
740
741 final
742
743 class
744<h1 itemprop="name">GamesStatusCodes</h1>
745
746
747
748
749 extends Object<br/>
750
751
752
753
754
755
756
757
758
759</div><!-- end header -->
760
761<div id="naMessage"></div>
762
763<div id="jd-content" class="api apilevel-">
764<table class="jd-inheritance-table">
765
766
767 <tr>
768
769 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
770 </tr>
771
772
773 <tr>
774
775 <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
776
777 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.GamesStatusCodes</td>
778 </tr>
779
780
781</table>
782
783
784
785
786
787
788
789<div class="jd-descr">
790
791
792<h2>Class Overview</h2>
793<p itemprop="articleBody">Status codes for Games results.
794</p>
795
796
797
798
799
800</div><!-- jd-descr -->
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817<div class="jd-descr">
818
819
820<h2>Summary</h2>
821
822
823
824
825
826
827
828
829
830
831
832
833
834<!-- =========== ENUM CONSTANT SUMMARY =========== -->
835<table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
836
837
838
839 <tr class="alt-color api apilevel-" >
840 <td class="jd-typecol">int</td>
841 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_NOT_INCREMENTAL">STATUS_ACHIEVEMENT_NOT_INCREMENTAL</a></td>
842 <td class="jd-descrcol" width="100%">Indicates that the call to increment achievement failed since the achievement is not an
843 incremental achievement.</td>
844 </tr>
845
846
847 <tr class=" api apilevel-" >
848 <td class="jd-typecol">int</td>
849 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNKNOWN">STATUS_ACHIEVEMENT_UNKNOWN</a></td>
850 <td class="jd-descrcol" width="100%">Could not find the achievement, so the operation to update the achievement failed.</td>
851 </tr>
852
853
854 <tr class="alt-color api apilevel-" >
855 <td class="jd-typecol">int</td>
856 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCKED">STATUS_ACHIEVEMENT_UNLOCKED</a></td>
857 <td class="jd-descrcol" width="100%">Indicates that the incremental achievement was also unlocked when the call was made to
858 increment the achievement.</td>
859 </tr>
860
861
862 <tr class=" api apilevel-" >
863 <td class="jd-typecol">int</td>
864 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCK_FAILURE">STATUS_ACHIEVEMENT_UNLOCK_FAILURE</a></td>
865 <td class="jd-descrcol" width="100%">An incremental achievement cannot be unlocked directly, so the call to unlock achievement
866 failed.</td>
867 </tr>
868
869
870 <tr class="alt-color api apilevel-" >
871 <td class="jd-typecol">int</td>
872 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_APP_MISCONFIGURED">STATUS_APP_MISCONFIGURED</a></td>
873 <td class="jd-descrcol" width="100%">The developer has misconfigured their application in some way.</td>
874 </tr>
875
876
877 <tr class=" api apilevel-" >
878 <td class="jd-typecol">int</td>
879 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_CLIENT_RECONNECT_REQUIRED">STATUS_CLIENT_RECONNECT_REQUIRED</a></td>
880 <td class="jd-descrcol" width="100%">The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
881 the issue.</td>
882 </tr>
883
884
885 <tr class="alt-color api apilevel-" >
886 <td class="jd-typecol">int</td>
887 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_GAME_NOT_FOUND">STATUS_GAME_NOT_FOUND</a></td>
888 <td class="jd-descrcol" width="100%">The specified game ID was not recognized by the server.</td>
889 </tr>
890
891
892 <tr class=" api apilevel-" >
893 <td class="jd-typecol">int</td>
894 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERNAL_ERROR">STATUS_INTERNAL_ERROR</a></td>
895 <td class="jd-descrcol" width="100%">An unspecified error occurred; no more specific information is available.</td>
896 </tr>
897
898
899 <tr class="alt-color api apilevel-" >
900 <td class="jd-typecol">int</td>
901 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERRUPTED">STATUS_INTERRUPTED</a></td>
902 <td class="jd-descrcol" width="100%">Was interrupted while waiting for the result.</td>
903 </tr>
904
905
906 <tr class=" api apilevel-" >
907 <td class="jd-typecol">int</td>
908 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INVALID_REAL_TIME_ROOM_ID">STATUS_INVALID_REAL_TIME_ROOM_ID</a></td>
909 <td class="jd-descrcol" width="100%">Constant indicating that the real-time room ID provided to the operation was not valid, or
910 does not correspond to the currently active real-time room.</td>
911 </tr>
912
913
914 <tr class="alt-color api apilevel-" >
915 <td class="jd-typecol">int</td>
916 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_LICENSE_CHECK_FAILED">STATUS_LICENSE_CHECK_FAILED</a></td>
917 <td class="jd-descrcol" width="100%">The game is not licensed to the user.</td>
918 </tr>
919
920
921 <tr class=" api apilevel-" >
922 <td class="jd-typecol">int</td>
923 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_ALREADY_REMATCHED">STATUS_MATCH_ERROR_ALREADY_REMATCHED</a></td>
924 <td class="jd-descrcol" width="100%">The specified match has already had a rematch created.</td>
925 </tr>
926
927
928 <tr class="alt-color api apilevel-" >
929 <td class="jd-typecol">int</td>
930 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INACTIVE_MATCH">STATUS_MATCH_ERROR_INACTIVE_MATCH</a></td>
931 <td class="jd-descrcol" width="100%">The match is not currently active.</td>
932 </tr>
933
934
935 <tr class=" api apilevel-" >
936 <td class="jd-typecol">int</td>
937 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS">STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS</a></td>
938 <td class="jd-descrcol" width="100%">The match results provided in this API call are invalid.</td>
939 </tr>
940
941
942 <tr class="alt-color api apilevel-" >
943 <td class="jd-typecol">int</td>
944 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_MATCH_STATE">STATUS_MATCH_ERROR_INVALID_MATCH_STATE</a></td>
945 <td class="jd-descrcol" width="100%">The match is not in the correct state to perform the specified action.</td>
946 </tr>
947
948
949 <tr class=" api apilevel-" >
950 <td class="jd-typecol">int</td>
951 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE">STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE</a></td>
952 <td class="jd-descrcol" width="100%">One or more participants in this match are not in valid states.</td>
953 </tr>
954
955
956 <tr class="alt-color api apilevel-" >
957 <td class="jd-typecol">int</td>
958 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_LOCALLY_MODIFIED">STATUS_MATCH_ERROR_LOCALLY_MODIFIED</a></td>
959 <td class="jd-descrcol" width="100%">The specified match has already been modified locally.</td>
960 </tr>
961
962
963 <tr class=" api apilevel-" >
964 <td class="jd-typecol">int</td>
965 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION">STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION</a></td>
966 <td class="jd-descrcol" width="100%">The match data is out of date.</td>
967 </tr>
968
969
970 <tr class="alt-color api apilevel-" >
971 <td class="jd-typecol">int</td>
972 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_NOT_FOUND">STATUS_MATCH_NOT_FOUND</a></td>
973 <td class="jd-descrcol" width="100%">The specified match cannot be found.</td>
974 </tr>
975
976
977 <tr class=" api apilevel-" >
978 <td class="jd-typecol">int</td>
979 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_DISABLED">STATUS_MULTIPLAYER_DISABLED</a></td>
980 <td class="jd-descrcol" width="100%">This game does not support multiplayer.</td>
981 </tr>
982
983
984 <tr class="alt-color api apilevel-" >
985 <td class="jd-typecol">int</td>
986 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED">STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED</a></td>
987 <td class="jd-descrcol" width="100%">The user is not allowed to create a new multiplayer game at this time.</td>
988 </tr>
989
990
991 <tr class=" api apilevel-" >
992 <td class="jd-typecol">int</td>
993 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE">STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE</a></td>
994 <td class="jd-descrcol" width="100%">The match is not the right type to perform this action on.</td>
995 </tr>
996
997
998 <tr class="alt-color api apilevel-" >
999 <td class="jd-typecol">int</td>
1000 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION">STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION</a></td>
1001 <td class="jd-descrcol" width="100%">This multiplayer operation is not valid, and the server rejected it.</td>
1002 </tr>
1003
1004
1005 <tr class=" api apilevel-" >
1006 <td class="jd-typecol">int</td>
1007 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER">STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER</a></td>
1008 <td class="jd-descrcol" width="100%">The user attempted to invite another user who was not authorized to see the game.</td>
1009 </tr>
1010
1011
1012 <tr class="alt-color api apilevel-" >
1013 <td class="jd-typecol">int</td>
1014 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_NO_DATA">STATUS_NETWORK_ERROR_NO_DATA</a></td>
1015 <td class="jd-descrcol" width="100%">A network error occurred while attempting to retrieve fresh data, and no data was available
1016 locally.</td>
1017 </tr>
1018
1019
1020 <tr class=" api apilevel-" >
1021 <td class="jd-typecol">int</td>
1022 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_OPERATION_DEFERRED">STATUS_NETWORK_ERROR_OPERATION_DEFERRED</a></td>
1023 <td class="jd-descrcol" width="100%">A network error occurred while attempting to modify data, but the data was successfully
1024 modified locally and will be updated on the network the next time the device is able to sync.</td>
1025 </tr>
1026
1027
1028 <tr class="alt-color api apilevel-" >
1029 <td class="jd-typecol">int</td>
1030 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_OPERATION_FAILED">STATUS_NETWORK_ERROR_OPERATION_FAILED</a></td>
1031 <td class="jd-descrcol" width="100%">A network error occurred while attempting to perform an operation that requires network
1032 access.</td>
1033 </tr>
1034
1035
1036 <tr class=" api apilevel-" >
1037 <td class="jd-typecol">int</td>
1038 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_NETWORK_ERROR_STALE_DATA">STATUS_NETWORK_ERROR_STALE_DATA</a></td>
1039 <td class="jd-descrcol" width="100%">A network error occurred while attempting to retrieve fresh data, but some locally cached
1040 data was available.</td>
1041 </tr>
1042
1043
1044 <tr class="alt-color api apilevel-" >
1045 <td class="jd-typecol">int</td>
1046 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></td>
1047 <td class="jd-descrcol" width="100%">The operation was successful.</td>
1048 </tr>
1049
1050
1051 <tr class=" api apilevel-" >
1052 <td class="jd-typecol">int</td>
1053 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OPERATION_IN_FLIGHT">STATUS_OPERATION_IN_FLIGHT</a></td>
1054 <td class="jd-descrcol" width="100%">Trying to start a join/create operation while another is already in flight.</td>
1055 </tr>
1056
1057
1058 <tr class="alt-color api apilevel-" >
1059 <td class="jd-typecol">int</td>
1060 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_PARTICIPANT_NOT_CONNECTED">STATUS_PARTICIPANT_NOT_CONNECTED</a></td>
1061 <td class="jd-descrcol" width="100%">Constant indicating that the ID of the participant provided by the user is not currently
1062 connected to the client in the real-time room.</td>
1063 </tr>
1064
1065
1066 <tr class=" api apilevel-" >
1067 <td class="jd-typecol">int</td>
1068 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_CONNECTION_FAILED">STATUS_REAL_TIME_CONNECTION_FAILED</a></td>
1069 <td class="jd-descrcol" width="100%">Failed to initialize the network connection for a real-time room.</td>
1070 </tr>
1071
1072
1073 <tr class="alt-color api apilevel-" >
1074 <td class="jd-typecol">int</td>
1075 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_INACTIVE_ROOM">STATUS_REAL_TIME_INACTIVE_ROOM</a></td>
1076 <td class="jd-descrcol" width="100%">The room is not currently active.</td>
1077 </tr>
1078
1079
1080 <tr class=" api apilevel-" >
1081 <td class="jd-typecol">int</td>
1082 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_MESSAGE_SEND_FAILED">STATUS_REAL_TIME_MESSAGE_SEND_FAILED</a></td>
1083 <td class="jd-descrcol" width="100%">Failed to send message to the peer participant for a real-time room.</td>
1084 </tr>
1085
1086
1087 <tr class="alt-color api apilevel-" >
1088 <td class="jd-typecol">int</td>
1089 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REAL_TIME_ROOM_NOT_JOINED">STATUS_REAL_TIME_ROOM_NOT_JOINED</a></td>
1090 <td class="jd-descrcol" width="100%">Failed to send message to the peer participant for a real-time room, since the user has not
1091 joined the room.</td>
1092 </tr>
1093
1094
1095 <tr class=" api apilevel-" >
1096 <td class="jd-typecol">int</td>
quddusc682d8e92014-03-13 11:55:32 -07001097 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS">STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS</a></td>
1098 <td class="jd-descrcol" width="100%">Some of the batched network operations succeeded.</td>
1099 </tr>
1100
1101
1102 <tr class="alt-color api apilevel-" >
1103 <td class="jd-typecol">int</td>
1104 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_REQUEST_UPDATE_TOTAL_FAILURE">STATUS_REQUEST_UPDATE_TOTAL_FAILURE</a></td>
1105 <td class="jd-descrcol" width="100%">All of the request update operations attempted failed.</td>
1106 </tr>
1107
1108
1109 <tr class=" api apilevel-" >
1110 <td class="jd-typecol">int</td>
Dirk Dougherty16542642014-02-07 19:58:28 -08001111 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_TIMEOUT">STATUS_TIMEOUT</a></td>
1112 <td class="jd-descrcol" width="100%">The operation timed out while awaiting the result.</td>
1113 </tr>
1114
1115
1116
1117</table>
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139<!-- ========== METHOD SUMMARY =========== -->
1140<table id="inhmethods" class="jd-sumtable"><tr><th>
1141 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
1142 <div style="clear:left;">Inherited Methods</div></th></tr>
1143
1144
1145<tr class="api apilevel-" >
1146<td colspan="12">
1147 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
1148 ><img id="inherited-methods-java.lang.Object-trigger"
1149 src="/assets/images/triangle-closed.png"
1150 class="jd-expando-trigger-img" /></a>
1151From class
1152
1153 java.lang.Object
1154
1155<div id="inherited-methods-java.lang.Object">
1156 <div id="inherited-methods-java.lang.Object-list"
1157 class="jd-inheritedlinks">
1158 </div>
1159 <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
1160 <table class="jd-sumtable-expando">
1161
1162
1163
1164
1165 <tr class="alt-color api apilevel-" >
1166 <td class="jd-typecol"><nobr>
1167
1168
1169
1170
1171
1172 Object</nobr>
1173 </td>
1174 <td class="jd-linkcol" width="100%"><nobr>
1175 <span class="sympad">clone</span>()</nobr>
1176
1177 </td></tr>
1178
1179
1180
1181 <tr class=" api apilevel-" >
1182 <td class="jd-typecol"><nobr>
1183
1184
1185
1186
1187
1188 boolean</nobr>
1189 </td>
1190 <td class="jd-linkcol" width="100%"><nobr>
1191 <span class="sympad">equals</span>(Object arg0)</nobr>
1192
1193 </td></tr>
1194
1195
1196
1197 <tr class="alt-color api apilevel-" >
1198 <td class="jd-typecol"><nobr>
1199
1200
1201
1202
1203
1204 void</nobr>
1205 </td>
1206 <td class="jd-linkcol" width="100%"><nobr>
1207 <span class="sympad">finalize</span>()</nobr>
1208
1209 </td></tr>
1210
1211
1212
1213 <tr class=" api apilevel-" >
1214 <td class="jd-typecol"><nobr>
1215
1216
1217 final
1218
1219
1220 Class&lt;?&gt;</nobr>
1221 </td>
1222 <td class="jd-linkcol" width="100%"><nobr>
1223 <span class="sympad">getClass</span>()</nobr>
1224
1225 </td></tr>
1226
1227
1228
1229 <tr class="alt-color api apilevel-" >
1230 <td class="jd-typecol"><nobr>
1231
1232
1233
1234
1235
1236 int</nobr>
1237 </td>
1238 <td class="jd-linkcol" width="100%"><nobr>
1239 <span class="sympad">hashCode</span>()</nobr>
1240
1241 </td></tr>
1242
1243
1244
1245 <tr class=" api apilevel-" >
1246 <td class="jd-typecol"><nobr>
1247
1248
1249 final
1250
1251
1252 void</nobr>
1253 </td>
1254 <td class="jd-linkcol" width="100%"><nobr>
1255 <span class="sympad">notify</span>()</nobr>
1256
1257 </td></tr>
1258
1259
1260
1261 <tr class="alt-color api apilevel-" >
1262 <td class="jd-typecol"><nobr>
1263
1264
1265 final
1266
1267
1268 void</nobr>
1269 </td>
1270 <td class="jd-linkcol" width="100%"><nobr>
1271 <span class="sympad">notifyAll</span>()</nobr>
1272
1273 </td></tr>
1274
1275
1276
1277 <tr class=" api apilevel-" >
1278 <td class="jd-typecol"><nobr>
1279
1280
1281
1282
1283
1284 String</nobr>
1285 </td>
1286 <td class="jd-linkcol" width="100%"><nobr>
1287 <span class="sympad">toString</span>()</nobr>
1288
1289 </td></tr>
1290
1291
1292
1293 <tr class="alt-color api apilevel-" >
1294 <td class="jd-typecol"><nobr>
1295
1296
1297 final
1298
1299
1300 void</nobr>
1301 </td>
1302 <td class="jd-linkcol" width="100%"><nobr>
1303 <span class="sympad">wait</span>()</nobr>
1304
1305 </td></tr>
1306
1307
1308
1309 <tr class=" api apilevel-" >
1310 <td class="jd-typecol"><nobr>
1311
1312
1313 final
1314
1315
1316 void</nobr>
1317 </td>
1318 <td class="jd-linkcol" width="100%"><nobr>
1319 <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1320
1321 </td></tr>
1322
1323
1324
1325 <tr class="alt-color api apilevel-" >
1326 <td class="jd-typecol"><nobr>
1327
1328
1329 final
1330
1331
1332 void</nobr>
1333 </td>
1334 <td class="jd-linkcol" width="100%"><nobr>
1335 <span class="sympad">wait</span>(long arg0)</nobr>
1336
1337 </td></tr>
1338
1339
1340</table>
1341 </div>
1342</div>
1343</td></tr>
1344
1345
1346</table>
1347
1348
1349</div><!-- jd-descr (summary) -->
1350
1351<!-- Details -->
1352
1353
1354
1355
1356
1357
1358
1359
1360<!-- XML Attributes -->
1361
1362
1363<!-- Enum Values -->
1364
1365
1366<!-- Constants -->
1367
1368
1369<!-- ========= ENUM CONSTANTS DETAIL ======== -->
1370<h2>Constants</h2>
1371
1372
1373
1374
1375<A NAME="STATUS_ACHIEVEMENT_NOT_INCREMENTAL"></A>
1376
1377<div class="jd-details api apilevel-">
1378 <h4 class="jd-details-title">
1379 <span class="normal">
1380 public
1381 static
1382 final
1383 int
1384 </span>
1385 STATUS_ACHIEVEMENT_NOT_INCREMENTAL
1386 </h4>
1387 <div class="api-level">
1388
1389
1390
1391
1392 </div>
1393 <div class="jd-details-descr">
1394
1395 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the call to increment achievement failed since the achievement is not an
1396 incremental achievement.
1397</p></div>
1398
1399
1400 <div class="jd-tagdata">
1401 <span class="jd-tagtitle">Constant Value: </span>
1402 <span>
1403
1404 3002
1405 (0x00000bba)
1406
1407 </span>
1408 </div>
1409
1410 </div>
1411</div>
1412
1413
1414
1415<A NAME="STATUS_ACHIEVEMENT_UNKNOWN"></A>
1416
1417<div class="jd-details api apilevel-">
1418 <h4 class="jd-details-title">
1419 <span class="normal">
1420 public
1421 static
1422 final
1423 int
1424 </span>
1425 STATUS_ACHIEVEMENT_UNKNOWN
1426 </h4>
1427 <div class="api-level">
1428
1429
1430
1431
1432 </div>
1433 <div class="jd-details-descr">
1434
1435 <div class="jd-tagdata jd-tagdescr"><p>Could not find the achievement, so the operation to update the achievement failed.
1436</p></div>
1437
1438
1439 <div class="jd-tagdata">
1440 <span class="jd-tagtitle">Constant Value: </span>
1441 <span>
1442
1443 3001
1444 (0x00000bb9)
1445
1446 </span>
1447 </div>
1448
1449 </div>
1450</div>
1451
1452
1453
1454<A NAME="STATUS_ACHIEVEMENT_UNLOCKED"></A>
1455
1456<div class="jd-details api apilevel-">
1457 <h4 class="jd-details-title">
1458 <span class="normal">
1459 public
1460 static
1461 final
1462 int
1463 </span>
1464 STATUS_ACHIEVEMENT_UNLOCKED
1465 </h4>
1466 <div class="api-level">
1467
1468
1469
1470
1471 </div>
1472 <div class="jd-details-descr">
1473
1474 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the incremental achievement was also unlocked when the call was made to
1475 increment the achievement.
1476</p></div>
1477
1478
1479 <div class="jd-tagdata">
1480 <span class="jd-tagtitle">Constant Value: </span>
1481 <span>
1482
1483 3003
1484 (0x00000bbb)
1485
1486 </span>
1487 </div>
1488
1489 </div>
1490</div>
1491
1492
1493
1494<A NAME="STATUS_ACHIEVEMENT_UNLOCK_FAILURE"></A>
1495
1496<div class="jd-details api apilevel-">
1497 <h4 class="jd-details-title">
1498 <span class="normal">
1499 public
1500 static
1501 final
1502 int
1503 </span>
1504 STATUS_ACHIEVEMENT_UNLOCK_FAILURE
1505 </h4>
1506 <div class="api-level">
1507
1508
1509
1510
1511 </div>
1512 <div class="jd-details-descr">
1513
1514 <div class="jd-tagdata jd-tagdescr"><p>An incremental achievement cannot be unlocked directly, so the call to unlock achievement
1515 failed.
1516</p></div>
1517
1518
1519 <div class="jd-tagdata">
1520 <span class="jd-tagtitle">Constant Value: </span>
1521 <span>
1522
1523 3000
1524 (0x00000bb8)
1525
1526 </span>
1527 </div>
1528
1529 </div>
1530</div>
1531
1532
1533
1534<A NAME="STATUS_APP_MISCONFIGURED"></A>
1535
1536<div class="jd-details api apilevel-">
1537 <h4 class="jd-details-title">
1538 <span class="normal">
1539 public
1540 static
1541 final
1542 int
1543 </span>
1544 STATUS_APP_MISCONFIGURED
1545 </h4>
1546 <div class="api-level">
1547
1548
1549
1550
1551 </div>
1552 <div class="jd-details-descr">
1553
1554 <div class="jd-tagdata jd-tagdescr"><p>The developer has misconfigured their application in some way. The logs will contain more
1555 data about the error and the appropriate resolution.
1556</p></div>
1557
1558
1559 <div class="jd-tagdata">
1560 <span class="jd-tagtitle">Constant Value: </span>
1561 <span>
1562
1563 8
1564 (0x00000008)
1565
1566 </span>
1567 </div>
1568
1569 </div>
1570</div>
1571
1572
1573
1574<A NAME="STATUS_CLIENT_RECONNECT_REQUIRED"></A>
1575
1576<div class="jd-details api apilevel-">
1577 <h4 class="jd-details-title">
1578 <span class="normal">
1579 public
1580 static
1581 final
1582 int
1583 </span>
1584 STATUS_CLIENT_RECONNECT_REQUIRED
1585 </h4>
1586 <div class="api-level">
1587
1588
1589
1590
1591 </div>
1592 <div class="jd-details-descr">
1593
1594 <div class="jd-tagdata jd-tagdescr"><p>The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
1595 the issue. Further calls to the service using the current connection are unlikely to succeed.
1596</p></div>
1597
1598
1599 <div class="jd-tagdata">
1600 <span class="jd-tagtitle">Constant Value: </span>
1601 <span>
1602
1603 2
1604 (0x00000002)
1605
1606 </span>
1607 </div>
1608
1609 </div>
1610</div>
1611
1612
1613
1614<A NAME="STATUS_GAME_NOT_FOUND"></A>
1615
1616<div class="jd-details api apilevel-">
1617 <h4 class="jd-details-title">
1618 <span class="normal">
1619 public
1620 static
1621 final
1622 int
1623 </span>
1624 STATUS_GAME_NOT_FOUND
1625 </h4>
1626 <div class="api-level">
1627
1628
1629
1630
1631 </div>
1632 <div class="jd-details-descr">
1633
1634 <div class="jd-tagdata jd-tagdescr"><p>The specified game ID was not recognized by the server.
1635</p></div>
1636
1637
1638 <div class="jd-tagdata">
1639 <span class="jd-tagtitle">Constant Value: </span>
1640 <span>
1641
1642 9
1643 (0x00000009)
1644
1645 </span>
1646 </div>
1647
1648 </div>
1649</div>
1650
1651
1652
1653<A NAME="STATUS_INTERNAL_ERROR"></A>
1654
1655<div class="jd-details api apilevel-">
1656 <h4 class="jd-details-title">
1657 <span class="normal">
1658 public
1659 static
1660 final
1661 int
1662 </span>
1663 STATUS_INTERNAL_ERROR
1664 </h4>
1665 <div class="api-level">
1666
1667
1668
1669
1670 </div>
1671 <div class="jd-details-descr">
1672
1673 <div class="jd-tagdata jd-tagdescr"><p>An unspecified error occurred; no more specific information is available. The device logs may
1674 provide additional data.
1675</p></div>
1676
1677
1678 <div class="jd-tagdata">
1679 <span class="jd-tagtitle">Constant Value: </span>
1680 <span>
1681
1682 1
1683 (0x00000001)
1684
1685 </span>
1686 </div>
1687
1688 </div>
1689</div>
1690
1691
1692
1693<A NAME="STATUS_INTERRUPTED"></A>
1694
1695<div class="jd-details api apilevel-">
1696 <h4 class="jd-details-title">
1697 <span class="normal">
1698 public
1699 static
1700 final
1701 int
1702 </span>
1703 STATUS_INTERRUPTED
1704 </h4>
1705 <div class="api-level">
1706
1707
1708
1709
1710 </div>
1711 <div class="jd-details-descr">
1712
1713 <div class="jd-tagdata jd-tagdescr"><p>Was interrupted while waiting for the result. Only returned if using a
1714 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
1715</p></div>
1716
1717
1718 <div class="jd-tagdata">
1719 <span class="jd-tagtitle">Constant Value: </span>
1720 <span>
1721
1722 14
1723 (0x0000000e)
1724
1725 </span>
1726 </div>
1727
1728 </div>
1729</div>
1730
1731
1732
1733<A NAME="STATUS_INVALID_REAL_TIME_ROOM_ID"></A>
1734
1735<div class="jd-details api apilevel-">
1736 <h4 class="jd-details-title">
1737 <span class="normal">
1738 public
1739 static
1740 final
1741 int
1742 </span>
1743 STATUS_INVALID_REAL_TIME_ROOM_ID
1744 </h4>
1745 <div class="api-level">
1746
1747
1748
1749
1750 </div>
1751 <div class="jd-details-descr">
1752
1753 <div class="jd-tagdata jd-tagdescr"><p>Constant indicating that the real-time room ID provided to the operation was not valid, or
1754 does not correspond to the currently active real-time room.
1755</p></div>
1756
1757
1758 <div class="jd-tagdata">
1759 <span class="jd-tagtitle">Constant Value: </span>
1760 <span>
1761
1762 7002
1763 (0x00001b5a)
1764
1765 </span>
1766 </div>
1767
1768 </div>
1769</div>
1770
1771
1772
1773<A NAME="STATUS_LICENSE_CHECK_FAILED"></A>
1774
1775<div class="jd-details api apilevel-">
1776 <h4 class="jd-details-title">
1777 <span class="normal">
1778 public
1779 static
1780 final
1781 int
1782 </span>
1783 STATUS_LICENSE_CHECK_FAILED
1784 </h4>
1785 <div class="api-level">
1786
1787
1788
1789
1790 </div>
1791 <div class="jd-details-descr">
1792
1793 <div class="jd-tagdata jd-tagdescr"><p>The game is not licensed to the user. Further calls will return the same code.
1794</p></div>
1795
1796
1797 <div class="jd-tagdata">
1798 <span class="jd-tagtitle">Constant Value: </span>
1799 <span>
1800
1801 7
1802 (0x00000007)
1803
1804 </span>
1805 </div>
1806
1807 </div>
1808</div>
1809
1810
1811
1812<A NAME="STATUS_MATCH_ERROR_ALREADY_REMATCHED"></A>
1813
1814<div class="jd-details api apilevel-">
1815 <h4 class="jd-details-title">
1816 <span class="normal">
1817 public
1818 static
1819 final
1820 int
1821 </span>
1822 STATUS_MATCH_ERROR_ALREADY_REMATCHED
1823 </h4>
1824 <div class="api-level">
1825
1826
1827
1828
1829 </div>
1830 <div class="jd-details-descr">
1831
1832 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already had a rematch created. Only one rematch may be created for
1833 any initial match.
1834</p></div>
1835
1836
1837 <div class="jd-tagdata">
1838 <span class="jd-tagtitle">Constant Value: </span>
1839 <span>
1840
1841 6505
1842 (0x00001969)
1843
1844 </span>
1845 </div>
1846
1847 </div>
1848</div>
1849
1850
1851
1852<A NAME="STATUS_MATCH_ERROR_INACTIVE_MATCH"></A>
1853
1854<div class="jd-details api apilevel-">
1855 <h4 class="jd-details-title">
1856 <span class="normal">
1857 public
1858 static
1859 final
1860 int
1861 </span>
1862 STATUS_MATCH_ERROR_INACTIVE_MATCH
1863 </h4>
1864 <div class="api-level">
1865
1866
1867
1868
1869 </div>
1870 <div class="jd-details-descr">
1871
1872 <div class="jd-tagdata jd-tagdescr"><p>The match is not currently active. This action cannot be performed on an inactive match.
1873</p></div>
1874
1875
1876 <div class="jd-tagdata">
1877 <span class="jd-tagtitle">Constant Value: </span>
1878 <span>
1879
1880 6501
1881 (0x00001965)
1882
1883 </span>
1884 </div>
1885
1886 </div>
1887</div>
1888
1889
1890
1891<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS"></A>
1892
1893<div class="jd-details api apilevel-">
1894 <h4 class="jd-details-title">
1895 <span class="normal">
1896 public
1897 static
1898 final
1899 int
1900 </span>
1901 STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS
1902 </h4>
1903 <div class="api-level">
1904
1905
1906
1907
1908 </div>
1909 <div class="jd-details-descr">
1910
1911 <div class="jd-tagdata jd-tagdescr"><p>The match results provided in this API call are invalid. This covers cases of duplicate
1912 results, results for players who are not in the match, etc.
1913</p></div>
1914
1915
1916 <div class="jd-tagdata">
1917 <span class="jd-tagtitle">Constant Value: </span>
1918 <span>
1919
1920 6504
1921 (0x00001968)
1922
1923 </span>
1924 </div>
1925
1926 </div>
1927</div>
1928
1929
1930
1931<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_STATE"></A>
1932
1933<div class="jd-details api apilevel-">
1934 <h4 class="jd-details-title">
1935 <span class="normal">
1936 public
1937 static
1938 final
1939 int
1940 </span>
1941 STATUS_MATCH_ERROR_INVALID_MATCH_STATE
1942 </h4>
1943 <div class="api-level">
1944
1945
1946
1947
1948 </div>
1949 <div class="jd-details-descr">
1950
1951 <div class="jd-tagdata jd-tagdescr"><p>The match is not in the correct state to perform the specified action.
1952</p></div>
1953
1954
1955 <div class="jd-tagdata">
1956 <span class="jd-tagtitle">Constant Value: </span>
1957 <span>
1958
1959 6502
1960 (0x00001966)
1961
1962 </span>
1963 </div>
1964
1965 </div>
1966</div>
1967
1968
1969
1970<A NAME="STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE"></A>
1971
1972<div class="jd-details api apilevel-">
1973 <h4 class="jd-details-title">
1974 <span class="normal">
1975 public
1976 static
1977 final
1978 int
1979 </span>
1980 STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE
1981 </h4>
1982 <div class="api-level">
1983
1984
1985
1986
1987 </div>
1988 <div class="jd-details-descr">
1989
1990 <div class="jd-tagdata jd-tagdescr"><p>One or more participants in this match are not in valid states. This could occur if a
1991 specified participant is not actually a participant of the match, or is invalid, or is in an
1992 incorrect state to make the API call. Check the logs for more detailed information.
1993</p></div>
1994
1995
1996 <div class="jd-tagdata">
1997 <span class="jd-tagtitle">Constant Value: </span>
1998 <span>
1999
2000 6500
2001 (0x00001964)
2002
2003 </span>
2004 </div>
2005
2006 </div>
2007</div>
2008
2009
2010
2011<A NAME="STATUS_MATCH_ERROR_LOCALLY_MODIFIED"></A>
2012
2013<div class="jd-details api apilevel-">
2014 <h4 class="jd-details-title">
2015 <span class="normal">
2016 public
2017 static
2018 final
2019 int
2020 </span>
2021 STATUS_MATCH_ERROR_LOCALLY_MODIFIED
2022 </h4>
2023 <div class="api-level">
2024
2025
2026
2027
2028 </div>
2029 <div class="jd-details-descr">
2030
2031 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already been modified locally. This operation cannot be performed
2032 until the match has been sent to the server.
2033</p></div>
2034
2035
2036 <div class="jd-tagdata">
2037 <span class="jd-tagtitle">Constant Value: </span>
2038 <span>
2039
2040 6507
2041 (0x0000196b)
2042
2043 </span>
2044 </div>
2045
2046 </div>
2047</div>
2048
2049
2050
2051<A NAME="STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION"></A>
2052
2053<div class="jd-details api apilevel-">
2054 <h4 class="jd-details-title">
2055 <span class="normal">
2056 public
2057 static
2058 final
2059 int
2060 </span>
2061 STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION
2062 </h4>
2063 <div class="api-level">
2064
2065
2066
2067
2068 </div>
2069 <div class="jd-details-descr">
2070
2071 <div class="jd-tagdata jd-tagdescr"><p>The match data is out of date. Someone else has modified the data on the server, so the
2072 request could not be completed safely.
2073</p></div>
2074
2075
2076 <div class="jd-tagdata">
2077 <span class="jd-tagtitle">Constant Value: </span>
2078 <span>
2079
2080 6503
2081 (0x00001967)
2082
2083 </span>
2084 </div>
2085
2086 </div>
2087</div>
2088
2089
2090
2091<A NAME="STATUS_MATCH_NOT_FOUND"></A>
2092
2093<div class="jd-details api apilevel-">
2094 <h4 class="jd-details-title">
2095 <span class="normal">
2096 public
2097 static
2098 final
2099 int
2100 </span>
2101 STATUS_MATCH_NOT_FOUND
2102 </h4>
2103 <div class="api-level">
2104
2105
2106
2107
2108 </div>
2109 <div class="jd-details-descr">
2110
2111 <div class="jd-tagdata jd-tagdescr"><p>The specified match cannot be found. The provided match ID does not correspond to any known
2112 match.
2113</p></div>
2114
2115
2116 <div class="jd-tagdata">
2117 <span class="jd-tagtitle">Constant Value: </span>
2118 <span>
2119
2120 6506
2121 (0x0000196a)
2122
2123 </span>
2124 </div>
2125
2126 </div>
2127</div>
2128
2129
2130
2131<A NAME="STATUS_MULTIPLAYER_DISABLED"></A>
2132
2133<div class="jd-details api apilevel-">
2134 <h4 class="jd-details-title">
2135 <span class="normal">
2136 public
2137 static
2138 final
2139 int
2140 </span>
2141 STATUS_MULTIPLAYER_DISABLED
2142 </h4>
2143 <div class="api-level">
2144
2145
2146
2147
2148 </div>
2149 <div class="jd-details-descr">
2150
2151 <div class="jd-tagdata jd-tagdescr"><p>This game does not support multiplayer. This could occur if the linked app is not configured
2152 appropriately in the developer console.
2153</p></div>
2154
2155
2156 <div class="jd-tagdata">
2157 <span class="jd-tagtitle">Constant Value: </span>
2158 <span>
2159
2160 6003
2161 (0x00001773)
2162
2163 </span>
2164 </div>
2165
2166 </div>
2167</div>
2168
2169
2170
2171<A NAME="STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED"></A>
2172
2173<div class="jd-details api apilevel-">
2174 <h4 class="jd-details-title">
2175 <span class="normal">
2176 public
2177 static
2178 final
2179 int
2180 </span>
2181 STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED
2182 </h4>
2183 <div class="api-level">
2184
2185
2186
2187
2188 </div>
2189 <div class="jd-details-descr">
2190
2191 <div class="jd-tagdata jd-tagdescr"><p>The user is not allowed to create a new multiplayer game at this time. This could occur if
2192 the user has too many outstanding invitations already.
2193</p></div>
2194
2195
2196 <div class="jd-tagdata">
2197 <span class="jd-tagtitle">Constant Value: </span>
2198 <span>
2199
2200 6000
2201 (0x00001770)
2202
2203 </span>
2204 </div>
2205
2206 </div>
2207</div>
2208
2209
2210
2211<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE"></A>
2212
2213<div class="jd-details api apilevel-">
2214 <h4 class="jd-details-title">
2215 <span class="normal">
2216 public
2217 static
2218 final
2219 int
2220 </span>
2221 STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE
2222 </h4>
2223 <div class="api-level">
2224
2225
2226
2227
2228 </div>
2229 <div class="jd-details-descr">
2230
2231 <div class="jd-tagdata jd-tagdescr"><p>The match is not the right type to perform this action on. For example, this error will be
2232 returned when trying to take a turn in a real-time match.
2233</p></div>
2234
2235
2236 <div class="jd-tagdata">
2237 <span class="jd-tagtitle">Constant Value: </span>
2238 <span>
2239
2240 6002
2241 (0x00001772)
2242
2243 </span>
2244 </div>
2245
2246 </div>
2247</div>
2248
2249
2250
2251<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION"></A>
2252
2253<div class="jd-details api apilevel-">
2254 <h4 class="jd-details-title">
2255 <span class="normal">
2256 public
2257 static
2258 final
2259 int
2260 </span>
2261 STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION
2262 </h4>
2263 <div class="api-level">
2264
2265
2266
2267
2268 </div>
2269 <div class="jd-details-descr">
2270
2271 <div class="jd-tagdata jd-tagdescr"><p>This multiplayer operation is not valid, and the server rejected it. Check the logs for more
2272 information.
2273</p></div>
2274
2275
2276 <div class="jd-tagdata">
2277 <span class="jd-tagtitle">Constant Value: </span>
2278 <span>
2279
2280 6004
2281 (0x00001774)
2282
2283 </span>
2284 </div>
2285
2286 </div>
2287</div>
2288
2289
2290
2291<A NAME="STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER"></A>
2292
2293<div class="jd-details api apilevel-">
2294 <h4 class="jd-details-title">
2295 <span class="normal">
2296 public
2297 static
2298 final
2299 int
2300 </span>
2301 STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER
2302 </h4>
2303 <div class="api-level">
2304
2305
2306
2307
2308 </div>
2309 <div class="jd-details-descr">
2310
2311 <div class="jd-tagdata jd-tagdescr"><p>The user attempted to invite another user who was not authorized to see the game. This can
2312 occur if a trusted tester invites a user who is not a trusted tester while the game is
2313 unpublished. In this case, the invitations will not be sent.
2314</p></div>
2315
2316
2317 <div class="jd-tagdata">
2318 <span class="jd-tagtitle">Constant Value: </span>
2319 <span>
2320
2321 6001
2322 (0x00001771)
2323
2324 </span>
2325 </div>
2326
2327 </div>
2328</div>
2329
2330
2331
2332<A NAME="STATUS_NETWORK_ERROR_NO_DATA"></A>
2333
2334<div class="jd-details api apilevel-">
2335 <h4 class="jd-details-title">
2336 <span class="normal">
2337 public
2338 static
2339 final
2340 int
2341 </span>
2342 STATUS_NETWORK_ERROR_NO_DATA
2343 </h4>
2344 <div class="api-level">
2345
2346
2347
2348
2349 </div>
2350 <div class="jd-details-descr">
2351
2352 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to retrieve fresh data, and no data was available
2353 locally.
2354</p></div>
2355
2356
2357 <div class="jd-tagdata">
2358 <span class="jd-tagtitle">Constant Value: </span>
2359 <span>
2360
2361 4
2362 (0x00000004)
2363
2364 </span>
2365 </div>
2366
2367 </div>
2368</div>
2369
2370
2371
2372<A NAME="STATUS_NETWORK_ERROR_OPERATION_DEFERRED"></A>
2373
2374<div class="jd-details api apilevel-">
2375 <h4 class="jd-details-title">
2376 <span class="normal">
2377 public
2378 static
2379 final
2380 int
2381 </span>
2382 STATUS_NETWORK_ERROR_OPERATION_DEFERRED
2383 </h4>
2384 <div class="api-level">
2385
2386
2387
2388
2389 </div>
2390 <div class="jd-details-descr">
2391
2392 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to modify data, but the data was successfully
2393 modified locally and will be updated on the network the next time the device is able to sync.
2394</p></div>
2395
2396
2397 <div class="jd-tagdata">
2398 <span class="jd-tagtitle">Constant Value: </span>
2399 <span>
2400
2401 5
2402 (0x00000005)
2403
2404 </span>
2405 </div>
2406
2407 </div>
2408</div>
2409
2410
2411
2412<A NAME="STATUS_NETWORK_ERROR_OPERATION_FAILED"></A>
2413
2414<div class="jd-details api apilevel-">
2415 <h4 class="jd-details-title">
2416 <span class="normal">
2417 public
2418 static
2419 final
2420 int
2421 </span>
2422 STATUS_NETWORK_ERROR_OPERATION_FAILED
2423 </h4>
2424 <div class="api-level">
2425
2426
2427
2428
2429 </div>
2430 <div class="jd-details-descr">
2431
2432 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to perform an operation that requires network
2433 access. The operation may be retried later.
2434</p></div>
2435
2436
2437 <div class="jd-tagdata">
2438 <span class="jd-tagtitle">Constant Value: </span>
2439 <span>
2440
2441 6
2442 (0x00000006)
2443
2444 </span>
2445 </div>
2446
2447 </div>
2448</div>
2449
2450
2451
2452<A NAME="STATUS_NETWORK_ERROR_STALE_DATA"></A>
2453
2454<div class="jd-details api apilevel-">
2455 <h4 class="jd-details-title">
2456 <span class="normal">
2457 public
2458 static
2459 final
2460 int
2461 </span>
2462 STATUS_NETWORK_ERROR_STALE_DATA
2463 </h4>
2464 <div class="api-level">
2465
2466
2467
2468
2469 </div>
2470 <div class="jd-details-descr">
2471
2472 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to retrieve fresh data, but some locally cached
2473 data was available. The data returned may be stale and/or incomplete.
2474</p></div>
2475
2476
2477 <div class="jd-tagdata">
2478 <span class="jd-tagtitle">Constant Value: </span>
2479 <span>
2480
2481 3
2482 (0x00000003)
2483
2484 </span>
2485 </div>
2486
2487 </div>
2488</div>
2489
2490
2491
2492<A NAME="STATUS_OK"></A>
2493
2494<div class="jd-details api apilevel-">
2495 <h4 class="jd-details-title">
2496 <span class="normal">
2497 public
2498 static
2499 final
2500 int
2501 </span>
2502 STATUS_OK
2503 </h4>
2504 <div class="api-level">
2505
2506
2507
2508
2509 </div>
2510 <div class="jd-details-descr">
2511
2512 <div class="jd-tagdata jd-tagdescr"><p>The operation was successful.
2513</p></div>
2514
2515
2516 <div class="jd-tagdata">
2517 <span class="jd-tagtitle">Constant Value: </span>
2518 <span>
2519
2520 0
2521 (0x00000000)
2522
2523 </span>
2524 </div>
2525
2526 </div>
2527</div>
2528
2529
2530
2531<A NAME="STATUS_OPERATION_IN_FLIGHT"></A>
2532
2533<div class="jd-details api apilevel-">
2534 <h4 class="jd-details-title">
2535 <span class="normal">
2536 public
2537 static
2538 final
2539 int
2540 </span>
2541 STATUS_OPERATION_IN_FLIGHT
2542 </h4>
2543 <div class="api-level">
2544
2545
2546
2547
2548 </div>
2549 <div class="jd-details-descr">
2550
2551 <div class="jd-tagdata jd-tagdescr"><p>Trying to start a join/create operation while another is already in flight.
2552</p></div>
2553
2554
2555 <div class="jd-tagdata">
2556 <span class="jd-tagtitle">Constant Value: </span>
2557 <span>
2558
2559 7007
2560 (0x00001b5f)
2561
2562 </span>
2563 </div>
2564
2565 </div>
2566</div>
2567
2568
2569
2570<A NAME="STATUS_PARTICIPANT_NOT_CONNECTED"></A>
2571
2572<div class="jd-details api apilevel-">
2573 <h4 class="jd-details-title">
2574 <span class="normal">
2575 public
2576 static
2577 final
2578 int
2579 </span>
2580 STATUS_PARTICIPANT_NOT_CONNECTED
2581 </h4>
2582 <div class="api-level">
2583
2584
2585
2586
2587 </div>
2588 <div class="jd-details-descr">
2589
2590 <div class="jd-tagdata jd-tagdescr"><p>Constant indicating that the ID of the participant provided by the user is not currently
2591 connected to the client in the real-time room.
2592</p></div>
2593
2594
2595 <div class="jd-tagdata">
2596 <span class="jd-tagtitle">Constant Value: </span>
2597 <span>
2598
2599 7003
2600 (0x00001b5b)
2601
2602 </span>
2603 </div>
2604
2605 </div>
2606</div>
2607
2608
2609
2610<A NAME="STATUS_REAL_TIME_CONNECTION_FAILED"></A>
2611
2612<div class="jd-details api apilevel-">
2613 <h4 class="jd-details-title">
2614 <span class="normal">
2615 public
2616 static
2617 final
2618 int
2619 </span>
2620 STATUS_REAL_TIME_CONNECTION_FAILED
2621 </h4>
2622 <div class="api-level">
2623
2624
2625
2626
2627 </div>
2628 <div class="jd-details-descr">
2629
2630 <div class="jd-tagdata jd-tagdescr"><p>Failed to initialize the network connection for a real-time room.
2631</p></div>
2632
2633
2634 <div class="jd-tagdata">
2635 <span class="jd-tagtitle">Constant Value: </span>
2636 <span>
2637
2638 7000
2639 (0x00001b58)
2640
2641 </span>
2642 </div>
2643
2644 </div>
2645</div>
2646
2647
2648
2649<A NAME="STATUS_REAL_TIME_INACTIVE_ROOM"></A>
2650
2651<div class="jd-details api apilevel-">
2652 <h4 class="jd-details-title">
2653 <span class="normal">
2654 public
2655 static
2656 final
2657 int
2658 </span>
2659 STATUS_REAL_TIME_INACTIVE_ROOM
2660 </h4>
2661 <div class="api-level">
2662
2663
2664
2665
2666 </div>
2667 <div class="jd-details-descr">
2668
2669 <div class="jd-tagdata jd-tagdescr"><p>The room is not currently active. This action cannot be performed on an inactive room.
2670</p></div>
2671
2672
2673 <div class="jd-tagdata">
2674 <span class="jd-tagtitle">Constant Value: </span>
2675 <span>
2676
2677 7005
2678 (0x00001b5d)
2679
2680 </span>
2681 </div>
2682
2683 </div>
2684</div>
2685
2686
2687
2688<A NAME="STATUS_REAL_TIME_MESSAGE_SEND_FAILED"></A>
2689
2690<div class="jd-details api apilevel-">
2691 <h4 class="jd-details-title">
2692 <span class="normal">
2693 public
2694 static
2695 final
2696 int
2697 </span>
2698 STATUS_REAL_TIME_MESSAGE_SEND_FAILED
2699 </h4>
2700 <div class="api-level">
2701
2702
2703
2704
2705 </div>
2706 <div class="jd-details-descr">
2707
2708 <div class="jd-tagdata jd-tagdescr"><p>Failed to send message to the peer participant for a real-time room.
2709</p></div>
2710
2711
2712 <div class="jd-tagdata">
2713 <span class="jd-tagtitle">Constant Value: </span>
2714 <span>
2715
2716 7001
2717 (0x00001b59)
2718
2719 </span>
2720 </div>
2721
2722 </div>
2723</div>
2724
2725
2726
2727<A NAME="STATUS_REAL_TIME_ROOM_NOT_JOINED"></A>
2728
2729<div class="jd-details api apilevel-">
2730 <h4 class="jd-details-title">
2731 <span class="normal">
2732 public
2733 static
2734 final
2735 int
2736 </span>
2737 STATUS_REAL_TIME_ROOM_NOT_JOINED
2738 </h4>
2739 <div class="api-level">
2740
2741
2742
2743
2744 </div>
2745 <div class="jd-details-descr">
2746
2747 <div class="jd-tagdata jd-tagdescr"><p>Failed to send message to the peer participant for a real-time room, since the user has not
2748 joined the room.
2749</p></div>
2750
2751
2752 <div class="jd-tagdata">
2753 <span class="jd-tagtitle">Constant Value: </span>
2754 <span>
2755
2756 7004
2757 (0x00001b5c)
2758
2759 </span>
2760 </div>
2761
2762 </div>
2763</div>
2764
2765
2766
quddusc682d8e92014-03-13 11:55:32 -07002767<A NAME="STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS"></A>
2768
2769<div class="jd-details api apilevel-">
2770 <h4 class="jd-details-title">
2771 <span class="normal">
2772 public
2773 static
2774 final
2775 int
2776 </span>
2777 STATUS_REQUEST_UPDATE_PARTIAL_SUCCESS
2778 </h4>
2779 <div class="api-level">
2780
2781
2782
2783
2784 </div>
2785 <div class="jd-details-descr">
2786
2787 <div class="jd-tagdata jd-tagdescr"><p>Some of the batched network operations succeeded.
2788</p></div>
2789
2790
2791 <div class="jd-tagdata">
2792 <span class="jd-tagtitle">Constant Value: </span>
2793 <span>
2794
2795 2000
2796 (0x000007d0)
2797
2798 </span>
2799 </div>
2800
2801 </div>
2802</div>
2803
2804
2805
2806<A NAME="STATUS_REQUEST_UPDATE_TOTAL_FAILURE"></A>
2807
2808<div class="jd-details api apilevel-">
2809 <h4 class="jd-details-title">
2810 <span class="normal">
2811 public
2812 static
2813 final
2814 int
2815 </span>
2816 STATUS_REQUEST_UPDATE_TOTAL_FAILURE
2817 </h4>
2818 <div class="api-level">
2819
2820
2821
2822
2823 </div>
2824 <div class="jd-details-descr">
2825
2826 <div class="jd-tagdata jd-tagdescr"><p>All of the request update operations attempted failed. Retrying will not fix these errors.
2827</p></div>
2828
2829
2830 <div class="jd-tagdata">
2831 <span class="jd-tagtitle">Constant Value: </span>
2832 <span>
2833
2834 2001
2835 (0x000007d1)
2836
2837 </span>
2838 </div>
2839
2840 </div>
2841</div>
2842
2843
2844
Dirk Dougherty16542642014-02-07 19:58:28 -08002845<A NAME="STATUS_TIMEOUT"></A>
2846
2847<div class="jd-details api apilevel-">
2848 <h4 class="jd-details-title">
2849 <span class="normal">
2850 public
2851 static
2852 final
2853 int
2854 </span>
2855 STATUS_TIMEOUT
2856 </h4>
2857 <div class="api-level">
2858
2859
2860
2861
2862 </div>
2863 <div class="jd-details-descr">
2864
2865 <div class="jd-tagdata jd-tagdescr"><p>The operation timed out while awaiting the result. Only returned if using a
2866 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
2867</p></div>
2868
2869
2870 <div class="jd-tagdata">
2871 <span class="jd-tagtitle">Constant Value: </span>
2872 <span>
2873
2874 15
2875 (0x0000000f)
2876
2877 </span>
2878 </div>
2879
2880 </div>
2881</div>
2882
2883
2884
2885
2886<!-- Fields -->
2887
2888
2889<!-- Public ctors -->
2890
2891
2892
2893<!-- ========= CONSTRUCTOR DETAIL ======== -->
2894<!-- Protected ctors -->
2895
2896
2897
2898<!-- ========= METHOD DETAIL ======== -->
2899<!-- Public methdos -->
2900
2901
2902
2903<!-- ========= METHOD DETAIL ======== -->
2904
2905
2906
2907<!-- ========= END OF CLASS DATA ========= -->
2908<A NAME="navbar_top"></A>
2909
2910<div id="footer" class="wrap" >
2911
2912
2913 <div id="copyright">
2914
2915 Except as noted, this content is licensed under <a
2916 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
2917 For details and restrictions, see the <a href="/license.html">
2918 Content License</a>.
2919 </div>
2920 <div id="build_info">
2921
2922<script src="/timestamp.js" type="text/javascript"></script>
2923<script>document.write(BUILD_TIMESTAMP)</script>
2924
2925 </div>
2926
2927
2928 <div id="footerlinks">
2929
2930 <p>
2931 <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
2932 <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
2933 <a href="/support.html">Support</a>
2934 </p>
2935 </div>
2936
2937</div> <!-- end footer -->
2938</div> <!-- jd-content -->
2939
2940</div><!-- end doc-content -->
2941
2942</div> <!-- end body-content -->
2943
2944
2945
2946
2947
2948
2949</body>
2950</html>