blob: 7b2e5a26b434d5d2ef7f3c4dfff8ae65bb0648c8 [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
78<html>
79<head>
80
81
82<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
83<meta name="viewport" content="width=device-width" />
84
85<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
86<title>GamesStatusCodes | Android Developers</title>
87
88<!-- STYLESHEETS -->
89<link rel="stylesheet"
90href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
91<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
92
93
94
95<!-- JAVASCRIPT -->
96<script src="//www.google.com/jsapi" type="text/javascript"></script>
97<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
98<script type="text/javascript">
99 var toRoot = "/";
100 var metaTags = [];
101 var devsite = false;
102</script>
103<script src="/assets/js/docs.js" type="text/javascript"></script>
104
105<script type="text/javascript">
106 var _gaq = _gaq || [];
107 _gaq.push(['_setAccount', 'UA-5831155-1']);
108 _gaq.push(['_trackPageview']);
109
110 (function() {
111 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
112 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
113 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
114 })();
115</script>
116</head>
117<body class="gc-documentation google
118 develop" itemscope itemtype="http://schema.org/Article">
119 <div id="doc-api-level" class="" style="display:none"></div>
120 <a name="top"></a>
121
122<a name="top"></a>
123
124 <!-- Header -->
125 <div id="header">
126 <div class="wrap" id="header-wrap">
127 <div class="col-3 logo">
128 <a href="/index.html">
129 <img src="/assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" />
130 </a>
131 <div class="btn-quicknav" id="btn-quicknav">
132 <a href="#" class="arrow-inactive">Quicknav</a>
133 <a href="#" class="arrow-active">Quicknav</a>
134 </div>
135 </div>
136 <ul class="nav-x col-9">
137 <li class="design">
138 <a href="/design/index.html"
139 zh-tw-lang="設計"
140 zh-cn-lang="设计"
141 ru-lang="Проектирование"
142 ko-lang="디자인"
143 ja-lang="設計"
144 es-lang="Diseñar"
145 >Design</a></li>
146 <li class="develop"><a href="/develop/index.html"
147 zh-tw-lang="開發"
148 zh-cn-lang="开发"
149 ru-lang="Разработка"
150 ko-lang="개발"
151 ja-lang="開発"
152 es-lang="Desarrollar"
153 >Develop</a></li>
154 <li class="distribute last"><a href="/distribute/index.html"
155 zh-tw-lang="發佈"
156 zh-cn-lang="分发"
157 ru-lang="Распространение"
158 ko-lang="배포"
159 ja-lang="配布"
160 es-lang="Distribuir"
161 >Distribute</a></li>
162 </ul>
163
164 <!-- New Search -->
165 <div class="menu-container">
166 <div class="moremenu">
167 <div id="more-btn"></div>
168 </div>
169 <div class="morehover" id="moremenu">
170 <div class="top"></div>
171 <div class="mid">
172 <div class="header">Links</div>
173 <ul>
174 <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li>
175 <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li>
176 <li><a href="/about/index.html">About Android</a></li>
177 </ul>
178 <div class="header">Android Sites</div>
179 <ul>
180 <li><a href="http://www.android.com">Android.com</a></li>
181 <li class="active"><a>Android Developers</a></li>
182 <li><a href="http://source.android.com">Android Open Source Project</a></li>
183 </ul>
184
185
186
187 <div class="header">Language</div>
188 <div id="language" class="locales">
189 <select name="language" onChange="changeLangPref(this.value, true)">
190 <option value="en">English</option>
191 <option value="es">Español</option>
192 <option value="ja">日本語</option>
193 <option value="ko">한국어</option>
194 <option value="ru">Русский</option>
195 <option value="zh-cn">中文 (中国)</option>
196 <option value="zh-tw">中文 (台灣)</option>
197 </select>
198 </div>
199 <script type="text/javascript">
200 <!--
201 loadLangPref();
202 //-->
203 </script>
204
205
206
207
208 <br class="clearfix" />
209 </div>
210 <div class="bottom"></div>
211 </div>
212 <div class="search" id="search-container">
213 <div class="search-inner">
214 <div id="search-btn"></div>
215 <div class="left"></div>
216 <form onsubmit="return submit_search()">
217 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q"
218onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)"
219onkeydown="return search_changed(event, true, '/')"
220onkeyup="return search_changed(event, false, '/')" />
221 </form>
222 <div class="right"></div>
223 <a class="close hide">close</a>
224 <div class="left"></div>
225 <div class="right"></div>
226 </div>
227 </div>
228
229 <div class="search_filtered_wrapper reference">
230 <div class="suggest-card reference no-display">
231 <ul class="search_filtered">
232 </ul>
233 </div>
234 </div>
235
236 <div class="search_filtered_wrapper docs">
237 <div class="suggest-card dummy no-display">&nbsp;</div>
238 <div class="suggest-card develop no-display">
239 <ul class="search_filtered">
240 </ul>
241 <div class="child-card guides no-display">
242 </div>
243 <div class="child-card training no-display">
244 </div>
245 <div class="child-card samples no-display">
246 </div>
247 </div>
248 <div class="suggest-card design no-display">
249 <ul class="search_filtered">
250 </ul>
251 </div>
252 <div class="suggest-card distribute no-display">
253 <ul class="search_filtered">
254 </ul>
255 </div>
256 </div>
257
258 </div>
259 <!-- /New Search>
260
261
262 <!-- Expanded quicknav -->
263 <div id="quicknav" class="col-9">
264 <ul>
265 <li class="design">
266 <ul>
267 <li><a href="/design/index.html">Get Started</a></li>
268 <li><a href="/design/style/index.html">Style</a></li>
269 <li><a href="/design/patterns/index.html">Patterns</a></li>
270 <li><a href="/design/building-blocks/index.html">Building Blocks</a></li>
271 <li><a href="/design/downloads/index.html">Downloads</a></li>
272 <li><a href="/design/videos/index.html">Videos</a></li>
273 </ul>
274 </li>
275 <li class="develop">
276 <ul>
277 <li><a href="/training/index.html"
278 zh-tw-lang="訓練課程"
279 zh-cn-lang="培训"
280 ru-lang="Курсы"
281 ko-lang="교육"
282 ja-lang="トレーニング"
283 es-lang="Capacitación"
284 >Training</a></li>
285 <li><a href="/guide/index.html"
286 zh-tw-lang="API 指南"
287 zh-cn-lang="API 指南"
288 ru-lang="Руководства по API"
289 ko-lang="API 가이드"
290 ja-lang="API ガイド"
291 es-lang="Guías de la API"
292 >API Guides</a></li>
293 <li><a href="/reference/packages.html"
294 zh-tw-lang="參考資源"
295 zh-cn-lang="参考"
296 ru-lang="Справочник"
297 ko-lang="참조문서"
298 ja-lang="リファレンス"
299 es-lang="Referencia"
300 >Reference</a></li>
301 <li><a href="/tools/index.html"
302 zh-tw-lang="相關工具"
303 zh-cn-lang="工具"
304 ru-lang="Инструменты"
305 ko-lang="도구"
306 ja-lang="ツール"
307 es-lang="Herramientas"
308 >Tools</a>
309 <ul><li><a href="/sdk/index.html">Get the SDK</a></li></ul>
310 </li>
311 <li><a href="/google/index.html">Google Services</a>
312 </li>
313
314 <li><a href="/samples/index.html">Samples</a>
315 </li>
316
317 </ul>
318 </li>
319 <li class="distribute last">
320 <ul>
321 <li><a href="/distribute/index.html">Google Play</a></li>
322 <li><a href="/distribute/googleplay/publish/index.html">Publishing</a></li>
323 <li><a href="/distribute/googleplay/promote/index.html">Promoting</a></li>
324 <li><a href="/distribute/googleplay/quality/index.html">App Quality</a></li>
325 <li><a href="/distribute/googleplay/spotlight/index.html">Spotlight</a></li>
326 <li><a href="/distribute/open.html">Open Distribution</a></li>
327 </ul>
328 </li>
329 </ul>
330 </div>
331 <!-- /Expanded quicknav -->
332 </div>
333 </div>
334 <!-- /Header -->
335
336
337 <div id="searchResults" class="wrap" style="display:none;">
338 <h2 id="searchTitle">Results</h2>
339 <div id="leftSearchControl" class="search-control">Loading...</div>
340 </div>
341
342
343
344 <!-- Secondary x-nav -->
345 <div id="nav-x">
346 <div class="wrap">
347 <ul class="nav-x col-9 develop" style="width:100%">
348 <li class="training"><a href="/training/index.html"
349 zh-tw-lang="訓練課程"
350 zh-cn-lang="培训"
351 ru-lang="Курсы"
352 ko-lang="교육"
353 ja-lang="トレーニング"
354 es-lang="Capacitación"
355 >Training</a></li>
356 <li class="guide"><a href="/guide/index.html"
357 zh-tw-lang="API 指南"
358 zh-cn-lang="API 指南"
359 ru-lang="Руководства по API"
360 ko-lang="API 가이드"
361 ja-lang="API ガイド"
362 es-lang="Guías de la API"
363 >API Guides</a></li>
364 <li class="reference"><a href="/reference/packages.html"
365 zh-tw-lang="參考資源"
366 zh-cn-lang="参考"
367 ru-lang="Справочник"
368 ko-lang="참조문서"
369 ja-lang="リファレンス"
370 es-lang="Referencia"
371 >Reference</a></li>
372 <li class="tools"><a href="/tools/index.html"
373 zh-tw-lang="相關工具"
374 zh-cn-lang="工具"
375 ru-lang="Инструменты"
376 ko-lang="도구"
377 ja-lang="ツール"
378 es-lang="Herramientas"
379 >Tools</a></li>
380 <li class="google"><a href="/google/index.html"
381 >Google Services</a>
382 </li>
383
384 <li class="samples"><a href="/samples/index.html"
385 >Samples</a>
386 </li>
387
388 </ul>
389 </div>
390
391 </div>
392 <!-- /Sendondary x-nav -->
393
394
395
396
397
398
399
400
401
402 <div class="wrap clearfix" id="body-content">
403 <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement">
404 <div id="devdoc-nav" class="scroll-pane">
405<a class="totop" href="#top" data-g-event="left-nav-top">to top</a>
406
407
408
409<ul id="nav">
410
411 <li class="nav-section">
412 <div class="nav-section-header empty"><a href="/google/index.html">
413 <span class="en">Overview</span>
414 </a></div>
415 </li>
416
417 <li class="nav-section">
418 <div class="nav-section-header empty"><a href="/google/play-services/games.html">
419 <span class="en">Games</span>
420 </a></div>
421 </li>
422 <li class="nav-section">
423 <div class="nav-section-header empty"><a href="/google/play-services/location.html">
424 <span class="en">Location</span>
425 </a></div>
426 </li>
427 <li class="nav-section">
428 <div class="nav-section-header empty"><a href="/google/play-services/plus.html">
429 <span class="en">Google+</span>
430 </a></div>
431 </li>
432 <li class="nav-section">
433 <div class="nav-section-header empty"><a href="/google/play-services/maps.html">
434 <span class="en">Maps</span>
435 </a></div>
436 </li>
437 <li class="nav-section">
438 <div class="nav-section-header empty"><a href="/google/play-services/drive.html">
439 <span class="en">Drive</span>
440 </a></div>
441 </li>
442 <li class="nav-section">
443 <div class="nav-section-header empty"><a href="/google/play-services/cast.html">
444 <span class="en">Cast</span>
445 </a></div>
446 </li>
447 <li class="nav-section">
448 <div class="nav-section-header"><a href="/google/play-services/ads.html">
449 <span class="en">Ads</span></a>
450 </div>
451 <ul>
452 <li><a href="/google/play-services/id.html">
453 <span class="en">Advertising ID</span></a>
454 </li>
455 </ul>
456 </li>
457 <li class="nav-section">
458 <div class="nav-section-header empty"><a href="/google/play-services/wallet.html">
459 <span class="en">Wallet</span>
460 </a></div>
461 </li>
462 <li class="nav-section">
463 <div class="nav-section-header empty"><a href="/google/play-services/auth.html">
464 <span class="en">Authorization</span>
465 </a></div>
466 </li>
467
468
469
470 <li class="nav-section">
471 <div class="nav-section-header"><a href="/google/play-services/index.html">
472 <span class="en">Google Play Services</span></a>
473 </div>
474 <ul>
475 <li><a href="/google/play-services/setup.html">
476 <span class="en">Setup</span></a>
477 </li>
478 <li id="gms-tree-list" class="nav-section">
479 <div class="nav-section-header">
480 <a href="/reference/gms-packages.html">
481 <span class="en">Reference</span>
482 </a>
483 <div>
484 </li>
485 </ul>
486 </li>
487
488
489 <li class="nav-section">
490 <div class="nav-section-header"><a href="/google/play/billing/index.html">
491 <span class="en">Google Play In-app Billing</span></a>
492 </div>
493 <ul>
494 <li><a href="/google/play/billing/billing_overview.html">
495 <span class="en">Overview</span></a>
496 </li>
497 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/api.html">
498 <span class="en">Version 3 API</span></a></div>
499 <ul>
500 <li><a href="/google/play/billing/billing_integrate.html">
501 <span class="en">Implementing the API</span></a></li>
502 <li><a href="/google/play/billing/billing_reference.html">
503 <span class="en">Reference</span></a></li>
504 </ul>
505 </li>
506 <li class="nav-section"><div class="nav-section-header"><a href="/google/play/billing/v2/api.html">
507 <span class="en">Version 2 API</span></a></div>
508 <ul>
509 <li><a href="/google/play/billing/v2/billing_integrate.html">
510 <span class="en">Implementing the API</span></a></li>
511 <li><a href="/google/play/billing/v2/billing_subscriptions.html">
512 <span class="en">Subscriptions</span></a></li>
513 <li><a href="/google/play/billing/v2/billing_reference.html">
514 <span class="en">Reference</span></a></li>
515 </ul>
516 </li>
517 <li><a href="/google/play/billing/billing_subscriptions.html">
518 <span class="en">Subscriptions</span></a>
519 </li>
520 <li><a href="/google/play/billing/billing_best_practices.html">
521 <span class="en">Security and Design</span></a>
522 </li>
523 <li><a href="/google/play/billing/billing_testing.html">
524 <span class="en">Testing In-app Billing</span></a>
525 </li>
526 <li><a href="/google/play/billing/billing_admin.html">
527 <span class="en">Administering In-app Billing</span></a>
528 </li>
529 <li><a href="/google/play/billing/gp-purchase-status-api.html">
530 <span class="en">Purchase Status API</span></a>
531 </li>
532 <li><a href="/google/play/billing/versions.html">
533 <span class="en">Version Notes</span></a>
534 </li>
535 </ul>
536 </li>
537
538
539
540 <li class="nav-section">
541 <div class="nav-section-header"><a href="/google/gcm/index.html">
542 <span class="en">Google Cloud Messaging</span></a>
543 </div>
544 <ul>
545 <li><a href="/google/gcm/gcm.html">
546 <span class="en">Overview</span></a>
547 </li>
548 <li><a href="/google/gcm/gs.html">
549 <span class="en">Getting Started</span></a>
550 </li>
551 <li><a href="/google/gcm/client.html">
552 <span class="en">Implementing GCM Client</span></a>
553 </li>
554 <li class="nav-section"><div class="nav-section-header"><a href="/google/gcm/server.html">
555 <span class="en">Implementing GCM Server</span></a></div>
556 <ul>
557 <li><a href="/google/gcm/ccs.html">
558 <span class="en">CCS (XMPP)</span></a></li>
559 <li><a href="/google/gcm/http.html">
560 <span class="en">HTTP</span></a></li>
561 </ul>
562 </li>
563 <li><a href="/google/gcm/notifications.html">
564 <span class="en">User Notifications</span></a>
565 </li>
566 <li><a href="/google/gcm/adv.html">
567 <span class="en">Advanced Topics</span></a>
568 </li>
569 <li><a href="/google/gcm/c2dm.html">
570 <span class="en">Migration</span></a>
571 </li>
572 <li id="gcm-tree-list" class="nav-section">
573 <div class="nav-section-header">
574 <a href="/reference/gcm-packages.html">
575 <span class="en">Reference</span>
576 </a>
577 <div>
578 </li>
579 </ul>
580 </li>
581
582 <li class="nav-section">
583 <div class="nav-section-header"><a href="/google/play/dist.html">
584 <span class="en">Google Play Distribution</span></a>
585 </div>
586 <ul>
587 <li><a href="/google/play/filters.html">
588 <span class="en">Filters on Google Play</span></a>
589 </li>
590
591 <li><a href="/google/play/publishing/multiple-apks.html">
592 <span class="en">Multiple APK Support</span></a>
593 </li>
594 <li><a href="/google/play/expansion-files.html">
595 <span class="en">APK Expansion Files</span></a>
596 </li>
597 <li class="nav-section">
598 <div class="nav-section-header"><a href="/google/play/licensing/index.html">
599 <span class="en">Application Licensing</span></a>
600 </div>
601 <ul>
602 <li><a href="/google/play/licensing/overview.html">
603 <span class="en">Licensing Overview</span></a>
604 </li>
605 <li><a href="/google/play/licensing/setting-up.html">
606 <span class="en">Setting Up for Licensing</span></a>
607 </li>
608 <li><a href="/google/play/licensing/adding-licensing.html">
609 <span class="en">Adding Licensing to Your App</span></a>
610 </li>
611 <li><a href="/google/play/licensing/licensing-reference.html">
612 <span class="en">Licensing Reference</span></a>
613 </li>
614 </ul>
615 </li>
616
617 <li class="nav-section">
618 <div class="nav-section-header"><a href="/google/backup/index.html">
619 Android Backup Service</a>
620 </div>
621 <ul>
622 <li><a href="/google/backup/signup.html">
623 Register</a>
624 </li>
625 </ul>
626 </li>
627
628 </ul>
629
630</li>
631
632
633
634</ul>
635
636<script type="text/javascript">
637<!--
638 buildToggleLists();
639 changeNavLang(getLangPref());
640//-->
641</script>
642
643
644
645
646 </div>
647 <script type="text/javascript">
648 showGoogleRefTree();
649
650 </script>
651 </div> <!-- end side-nav -->
652 <script>
653 $(document).ready(function() {
654 scrollIntoView("devdoc-nav");
655 });
656 </script>
657
658
659
660
661
662
663<div class="col-12" id="doc-col">
664
665<div id="api-info-block">
666
667
668
669
670
671
672
673
674
675
676
677<div class="sum-details-links">
678
679Summary:
680
681
682
683
684
685 <a href="#constants">Constants</a>
686
687
688
689
690
691
692
693
694
695
696 &#124; <a href="#inhmethods">Inherited Methods</a>
697
698&#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a>
699
700</div><!-- end sum-details-links -->
701<div class="api-level">
702
703
704
705
706</div>
707</div><!-- end api-info-block -->
708
709
710<!-- ======== START OF CLASS DATA ======== -->
711
712<div id="jd-header">
713 public
714
715 final
716
717 class
718<h1 itemprop="name">GamesStatusCodes</h1>
719
720
721
722
723 extends Object<br/>
724
725
726
727
728
729
730
731
732
733</div><!-- end header -->
734
735<div id="naMessage"></div>
736
737<div id="jd-content" class="api apilevel-">
738<table class="jd-inheritance-table">
739
740
741 <tr>
742
743 <td colspan="2" class="jd-inheritance-class-cell">java.lang.Object</td>
744 </tr>
745
746
747 <tr>
748
749 <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td>
750
751 <td colspan="1" class="jd-inheritance-class-cell">com.google.android.gms.games.GamesStatusCodes</td>
752 </tr>
753
754
755</table>
756
757
758
759
760
761
762
763<div class="jd-descr">
764
765
766<h2>Class Overview</h2>
767<p itemprop="articleBody">Status codes for Games results.
768</p>
769
770
771
772
773
774</div><!-- jd-descr -->
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791<div class="jd-descr">
792
793
794<h2>Summary</h2>
795
796
797
798
799
800
801
802
803
804
805
806
807
808<!-- =========== ENUM CONSTANT SUMMARY =========== -->
809<table id="constants" class="jd-sumtable"><tr><th colspan="12">Constants</th></tr>
810
811
812
813 <tr class="alt-color api apilevel-" >
814 <td class="jd-typecol">int</td>
815 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_NOT_INCREMENTAL">STATUS_ACHIEVEMENT_NOT_INCREMENTAL</a></td>
816 <td class="jd-descrcol" width="100%">Indicates that the call to increment achievement failed since the achievement is not an
817 incremental achievement.</td>
818 </tr>
819
820
821 <tr class=" api apilevel-" >
822 <td class="jd-typecol">int</td>
823 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNKNOWN">STATUS_ACHIEVEMENT_UNKNOWN</a></td>
824 <td class="jd-descrcol" width="100%">Could not find the achievement, so the operation to update the achievement failed.</td>
825 </tr>
826
827
828 <tr class="alt-color api apilevel-" >
829 <td class="jd-typecol">int</td>
830 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCKED">STATUS_ACHIEVEMENT_UNLOCKED</a></td>
831 <td class="jd-descrcol" width="100%">Indicates that the incremental achievement was also unlocked when the call was made to
832 increment the achievement.</td>
833 </tr>
834
835
836 <tr class=" api apilevel-" >
837 <td class="jd-typecol">int</td>
838 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_ACHIEVEMENT_UNLOCK_FAILURE">STATUS_ACHIEVEMENT_UNLOCK_FAILURE</a></td>
839 <td class="jd-descrcol" width="100%">An incremental achievement cannot be unlocked directly, so the call to unlock achievement
840 failed.</td>
841 </tr>
842
843
844 <tr class="alt-color api apilevel-" >
845 <td class="jd-typecol">int</td>
846 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_APP_MISCONFIGURED">STATUS_APP_MISCONFIGURED</a></td>
847 <td class="jd-descrcol" width="100%">The developer has misconfigured their application in some way.</td>
848 </tr>
849
850
851 <tr class=" api apilevel-" >
852 <td class="jd-typecol">int</td>
853 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_CLIENT_RECONNECT_REQUIRED">STATUS_CLIENT_RECONNECT_REQUIRED</a></td>
854 <td class="jd-descrcol" width="100%">The GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
855 the issue.</td>
856 </tr>
857
858
859 <tr class="alt-color api apilevel-" >
860 <td class="jd-typecol">int</td>
861 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_GAME_NOT_FOUND">STATUS_GAME_NOT_FOUND</a></td>
862 <td class="jd-descrcol" width="100%">The specified game ID was not recognized by the server.</td>
863 </tr>
864
865
866 <tr class=" api apilevel-" >
867 <td class="jd-typecol">int</td>
868 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERNAL_ERROR">STATUS_INTERNAL_ERROR</a></td>
869 <td class="jd-descrcol" width="100%">An unspecified error occurred; no more specific information is available.</td>
870 </tr>
871
872
873 <tr class="alt-color api apilevel-" >
874 <td class="jd-typecol">int</td>
875 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_INTERRUPTED">STATUS_INTERRUPTED</a></td>
876 <td class="jd-descrcol" width="100%">Was interrupted while waiting for the result.</td>
877 </tr>
878
879
880 <tr class=" api apilevel-" >
881 <td class="jd-typecol">int</td>
882 <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>
883 <td class="jd-descrcol" width="100%">Constant indicating that the real-time room ID provided to the operation was not valid, or
884 does not correspond to the currently active real-time room.</td>
885 </tr>
886
887
888 <tr class="alt-color api apilevel-" >
889 <td class="jd-typecol">int</td>
890 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_LICENSE_CHECK_FAILED">STATUS_LICENSE_CHECK_FAILED</a></td>
891 <td class="jd-descrcol" width="100%">The game is not licensed to the user.</td>
892 </tr>
893
894
895 <tr class=" api apilevel-" >
896 <td class="jd-typecol">int</td>
897 <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>
898 <td class="jd-descrcol" width="100%">The specified match has already had a rematch created.</td>
899 </tr>
900
901
902 <tr class="alt-color api apilevel-" >
903 <td class="jd-typecol">int</td>
904 <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>
905 <td class="jd-descrcol" width="100%">The match is not currently active.</td>
906 </tr>
907
908
909 <tr class=" api apilevel-" >
910 <td class="jd-typecol">int</td>
911 <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>
912 <td class="jd-descrcol" width="100%">The match results provided in this API call are invalid.</td>
913 </tr>
914
915
916 <tr class="alt-color api apilevel-" >
917 <td class="jd-typecol">int</td>
918 <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>
919 <td class="jd-descrcol" width="100%">The match is not in the correct state to perform the specified action.</td>
920 </tr>
921
922
923 <tr class=" api apilevel-" >
924 <td class="jd-typecol">int</td>
925 <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>
926 <td class="jd-descrcol" width="100%">One or more participants in this match are not in valid states.</td>
927 </tr>
928
929
930 <tr class="alt-color api apilevel-" >
931 <td class="jd-typecol">int</td>
932 <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>
933 <td class="jd-descrcol" width="100%">The specified match has already been modified locally.</td>
934 </tr>
935
936
937 <tr class=" api apilevel-" >
938 <td class="jd-typecol">int</td>
939 <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>
940 <td class="jd-descrcol" width="100%">The match data is out of date.</td>
941 </tr>
942
943
944 <tr class="alt-color api apilevel-" >
945 <td class="jd-typecol">int</td>
946 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MATCH_NOT_FOUND">STATUS_MATCH_NOT_FOUND</a></td>
947 <td class="jd-descrcol" width="100%">The specified match cannot be found.</td>
948 </tr>
949
950
951 <tr class=" api apilevel-" >
952 <td class="jd-typecol">int</td>
953 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_MULTIPLAYER_DISABLED">STATUS_MULTIPLAYER_DISABLED</a></td>
954 <td class="jd-descrcol" width="100%">This game does not support multiplayer.</td>
955 </tr>
956
957
958 <tr class="alt-color api apilevel-" >
959 <td class="jd-typecol">int</td>
960 <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>
961 <td class="jd-descrcol" width="100%">The user is not allowed to create a new multiplayer game at this time.</td>
962 </tr>
963
964
965 <tr class=" api apilevel-" >
966 <td class="jd-typecol">int</td>
967 <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>
968 <td class="jd-descrcol" width="100%">The match is not the right type to perform this action on.</td>
969 </tr>
970
971
972 <tr class="alt-color api apilevel-" >
973 <td class="jd-typecol">int</td>
974 <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>
975 <td class="jd-descrcol" width="100%">This multiplayer operation is not valid, and the server rejected it.</td>
976 </tr>
977
978
979 <tr class=" api apilevel-" >
980 <td class="jd-typecol">int</td>
981 <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>
982 <td class="jd-descrcol" width="100%">The user attempted to invite another user who was not authorized to see the game.</td>
983 </tr>
984
985
986 <tr class="alt-color api apilevel-" >
987 <td class="jd-typecol">int</td>
988 <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>
989 <td class="jd-descrcol" width="100%">A network error occurred while attempting to retrieve fresh data, and no data was available
990 locally.</td>
991 </tr>
992
993
994 <tr class=" api apilevel-" >
995 <td class="jd-typecol">int</td>
996 <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>
997 <td class="jd-descrcol" width="100%">A network error occurred while attempting to modify data, but the data was successfully
998 modified locally and will be updated on the network the next time the device is able to sync.</td>
999 </tr>
1000
1001
1002 <tr class="alt-color api apilevel-" >
1003 <td class="jd-typecol">int</td>
1004 <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>
1005 <td class="jd-descrcol" width="100%">A network error occurred while attempting to perform an operation that requires network
1006 access.</td>
1007 </tr>
1008
1009
1010 <tr class=" api apilevel-" >
1011 <td class="jd-typecol">int</td>
1012 <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>
1013 <td class="jd-descrcol" width="100%">A network error occurred while attempting to retrieve fresh data, but some locally cached
1014 data was available.</td>
1015 </tr>
1016
1017
1018 <tr class="alt-color api apilevel-" >
1019 <td class="jd-typecol">int</td>
1020 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OK">STATUS_OK</a></td>
1021 <td class="jd-descrcol" width="100%">The operation was successful.</td>
1022 </tr>
1023
1024
1025 <tr class=" api apilevel-" >
1026 <td class="jd-typecol">int</td>
1027 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_OPERATION_IN_FLIGHT">STATUS_OPERATION_IN_FLIGHT</a></td>
1028 <td class="jd-descrcol" width="100%">Trying to start a join/create operation while another is already in flight.</td>
1029 </tr>
1030
1031
1032 <tr class="alt-color api apilevel-" >
1033 <td class="jd-typecol">int</td>
1034 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_PARTICIPANT_NOT_CONNECTED">STATUS_PARTICIPANT_NOT_CONNECTED</a></td>
1035 <td class="jd-descrcol" width="100%">Constant indicating that the ID of the participant provided by the user is not currently
1036 connected to the client in the real-time room.</td>
1037 </tr>
1038
1039
1040 <tr class=" api apilevel-" >
1041 <td class="jd-typecol">int</td>
1042 <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>
1043 <td class="jd-descrcol" width="100%">Failed to initialize the network connection for a real-time room.</td>
1044 </tr>
1045
1046
1047 <tr class="alt-color api apilevel-" >
1048 <td class="jd-typecol">int</td>
1049 <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>
1050 <td class="jd-descrcol" width="100%">The room is not currently active.</td>
1051 </tr>
1052
1053
1054 <tr class=" api apilevel-" >
1055 <td class="jd-typecol">int</td>
1056 <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>
1057 <td class="jd-descrcol" width="100%">Failed to send message to the peer participant for a real-time room.</td>
1058 </tr>
1059
1060
1061 <tr class="alt-color api apilevel-" >
1062 <td class="jd-typecol">int</td>
1063 <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>
1064 <td class="jd-descrcol" width="100%">Failed to send message to the peer participant for a real-time room, since the user has not
1065 joined the room.</td>
1066 </tr>
1067
1068
1069 <tr class=" api apilevel-" >
1070 <td class="jd-typecol">int</td>
1071 <td class="jd-linkcol"><a href="/reference/com/google/android/gms/games/GamesStatusCodes.html#STATUS_TIMEOUT">STATUS_TIMEOUT</a></td>
1072 <td class="jd-descrcol" width="100%">The operation timed out while awaiting the result.</td>
1073 </tr>
1074
1075
1076
1077</table>
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099<!-- ========== METHOD SUMMARY =========== -->
1100<table id="inhmethods" class="jd-sumtable"><tr><th>
1101 <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a>
1102 <div style="clear:left;">Inherited Methods</div></th></tr>
1103
1104
1105<tr class="api apilevel-" >
1106<td colspan="12">
1107 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
1108 ><img id="inherited-methods-java.lang.Object-trigger"
1109 src="/assets/images/triangle-closed.png"
1110 class="jd-expando-trigger-img" /></a>
1111From class
1112
1113 java.lang.Object
1114
1115<div id="inherited-methods-java.lang.Object">
1116 <div id="inherited-methods-java.lang.Object-list"
1117 class="jd-inheritedlinks">
1118 </div>
1119 <div id="inherited-methods-java.lang.Object-summary" style="display: none;">
1120 <table class="jd-sumtable-expando">
1121
1122
1123
1124
1125 <tr class="alt-color api apilevel-" >
1126 <td class="jd-typecol"><nobr>
1127
1128
1129
1130
1131
1132 Object</nobr>
1133 </td>
1134 <td class="jd-linkcol" width="100%"><nobr>
1135 <span class="sympad">clone</span>()</nobr>
1136
1137 </td></tr>
1138
1139
1140
1141 <tr class=" api apilevel-" >
1142 <td class="jd-typecol"><nobr>
1143
1144
1145
1146
1147
1148 boolean</nobr>
1149 </td>
1150 <td class="jd-linkcol" width="100%"><nobr>
1151 <span class="sympad">equals</span>(Object arg0)</nobr>
1152
1153 </td></tr>
1154
1155
1156
1157 <tr class="alt-color api apilevel-" >
1158 <td class="jd-typecol"><nobr>
1159
1160
1161
1162
1163
1164 void</nobr>
1165 </td>
1166 <td class="jd-linkcol" width="100%"><nobr>
1167 <span class="sympad">finalize</span>()</nobr>
1168
1169 </td></tr>
1170
1171
1172
1173 <tr class=" api apilevel-" >
1174 <td class="jd-typecol"><nobr>
1175
1176
1177 final
1178
1179
1180 Class&lt;?&gt;</nobr>
1181 </td>
1182 <td class="jd-linkcol" width="100%"><nobr>
1183 <span class="sympad">getClass</span>()</nobr>
1184
1185 </td></tr>
1186
1187
1188
1189 <tr class="alt-color api apilevel-" >
1190 <td class="jd-typecol"><nobr>
1191
1192
1193
1194
1195
1196 int</nobr>
1197 </td>
1198 <td class="jd-linkcol" width="100%"><nobr>
1199 <span class="sympad">hashCode</span>()</nobr>
1200
1201 </td></tr>
1202
1203
1204
1205 <tr class=" api apilevel-" >
1206 <td class="jd-typecol"><nobr>
1207
1208
1209 final
1210
1211
1212 void</nobr>
1213 </td>
1214 <td class="jd-linkcol" width="100%"><nobr>
1215 <span class="sympad">notify</span>()</nobr>
1216
1217 </td></tr>
1218
1219
1220
1221 <tr class="alt-color api apilevel-" >
1222 <td class="jd-typecol"><nobr>
1223
1224
1225 final
1226
1227
1228 void</nobr>
1229 </td>
1230 <td class="jd-linkcol" width="100%"><nobr>
1231 <span class="sympad">notifyAll</span>()</nobr>
1232
1233 </td></tr>
1234
1235
1236
1237 <tr class=" api apilevel-" >
1238 <td class="jd-typecol"><nobr>
1239
1240
1241
1242
1243
1244 String</nobr>
1245 </td>
1246 <td class="jd-linkcol" width="100%"><nobr>
1247 <span class="sympad">toString</span>()</nobr>
1248
1249 </td></tr>
1250
1251
1252
1253 <tr class="alt-color api apilevel-" >
1254 <td class="jd-typecol"><nobr>
1255
1256
1257 final
1258
1259
1260 void</nobr>
1261 </td>
1262 <td class="jd-linkcol" width="100%"><nobr>
1263 <span class="sympad">wait</span>()</nobr>
1264
1265 </td></tr>
1266
1267
1268
1269 <tr class=" api apilevel-" >
1270 <td class="jd-typecol"><nobr>
1271
1272
1273 final
1274
1275
1276 void</nobr>
1277 </td>
1278 <td class="jd-linkcol" width="100%"><nobr>
1279 <span class="sympad">wait</span>(long arg0, int arg1)</nobr>
1280
1281 </td></tr>
1282
1283
1284
1285 <tr class="alt-color api apilevel-" >
1286 <td class="jd-typecol"><nobr>
1287
1288
1289 final
1290
1291
1292 void</nobr>
1293 </td>
1294 <td class="jd-linkcol" width="100%"><nobr>
1295 <span class="sympad">wait</span>(long arg0)</nobr>
1296
1297 </td></tr>
1298
1299
1300</table>
1301 </div>
1302</div>
1303</td></tr>
1304
1305
1306</table>
1307
1308
1309</div><!-- jd-descr (summary) -->
1310
1311<!-- Details -->
1312
1313
1314
1315
1316
1317
1318
1319
1320<!-- XML Attributes -->
1321
1322
1323<!-- Enum Values -->
1324
1325
1326<!-- Constants -->
1327
1328
1329<!-- ========= ENUM CONSTANTS DETAIL ======== -->
1330<h2>Constants</h2>
1331
1332
1333
1334
1335<A NAME="STATUS_ACHIEVEMENT_NOT_INCREMENTAL"></A>
1336
1337<div class="jd-details api apilevel-">
1338 <h4 class="jd-details-title">
1339 <span class="normal">
1340 public
1341 static
1342 final
1343 int
1344 </span>
1345 STATUS_ACHIEVEMENT_NOT_INCREMENTAL
1346 </h4>
1347 <div class="api-level">
1348
1349
1350
1351
1352 </div>
1353 <div class="jd-details-descr">
1354
1355 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the call to increment achievement failed since the achievement is not an
1356 incremental achievement.
1357</p></div>
1358
1359
1360 <div class="jd-tagdata">
1361 <span class="jd-tagtitle">Constant Value: </span>
1362 <span>
1363
1364 3002
1365 (0x00000bba)
1366
1367 </span>
1368 </div>
1369
1370 </div>
1371</div>
1372
1373
1374
1375<A NAME="STATUS_ACHIEVEMENT_UNKNOWN"></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_UNKNOWN
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>Could not find the achievement, so the operation to update the achievement failed.
1396</p></div>
1397
1398
1399 <div class="jd-tagdata">
1400 <span class="jd-tagtitle">Constant Value: </span>
1401 <span>
1402
1403 3001
1404 (0x00000bb9)
1405
1406 </span>
1407 </div>
1408
1409 </div>
1410</div>
1411
1412
1413
1414<A NAME="STATUS_ACHIEVEMENT_UNLOCKED"></A>
1415
1416<div class="jd-details api apilevel-">
1417 <h4 class="jd-details-title">
1418 <span class="normal">
1419 public
1420 static
1421 final
1422 int
1423 </span>
1424 STATUS_ACHIEVEMENT_UNLOCKED
1425 </h4>
1426 <div class="api-level">
1427
1428
1429
1430
1431 </div>
1432 <div class="jd-details-descr">
1433
1434 <div class="jd-tagdata jd-tagdescr"><p>Indicates that the incremental achievement was also unlocked when the call was made to
1435 increment the achievement.
1436</p></div>
1437
1438
1439 <div class="jd-tagdata">
1440 <span class="jd-tagtitle">Constant Value: </span>
1441 <span>
1442
1443 3003
1444 (0x00000bbb)
1445
1446 </span>
1447 </div>
1448
1449 </div>
1450</div>
1451
1452
1453
1454<A NAME="STATUS_ACHIEVEMENT_UNLOCK_FAILURE"></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_UNLOCK_FAILURE
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>An incremental achievement cannot be unlocked directly, so the call to unlock achievement
1475 failed.
1476</p></div>
1477
1478
1479 <div class="jd-tagdata">
1480 <span class="jd-tagtitle">Constant Value: </span>
1481 <span>
1482
1483 3000
1484 (0x00000bb8)
1485
1486 </span>
1487 </div>
1488
1489 </div>
1490</div>
1491
1492
1493
1494<A NAME="STATUS_APP_MISCONFIGURED"></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_APP_MISCONFIGURED
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>The developer has misconfigured their application in some way. The logs will contain more
1515 data about the error and the appropriate resolution.
1516</p></div>
1517
1518
1519 <div class="jd-tagdata">
1520 <span class="jd-tagtitle">Constant Value: </span>
1521 <span>
1522
1523 8
1524 (0x00000008)
1525
1526 </span>
1527 </div>
1528
1529 </div>
1530</div>
1531
1532
1533
1534<A NAME="STATUS_CLIENT_RECONNECT_REQUIRED"></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_CLIENT_RECONNECT_REQUIRED
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 GoogleApiClient is in an inconsistent state and must reconnect to the service to resolve
1555 the issue. Further calls to the service using the current connection are unlikely to succeed.
1556</p></div>
1557
1558
1559 <div class="jd-tagdata">
1560 <span class="jd-tagtitle">Constant Value: </span>
1561 <span>
1562
1563 2
1564 (0x00000002)
1565
1566 </span>
1567 </div>
1568
1569 </div>
1570</div>
1571
1572
1573
1574<A NAME="STATUS_GAME_NOT_FOUND"></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_GAME_NOT_FOUND
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 specified game ID was not recognized by the server.
1595</p></div>
1596
1597
1598 <div class="jd-tagdata">
1599 <span class="jd-tagtitle">Constant Value: </span>
1600 <span>
1601
1602 9
1603 (0x00000009)
1604
1605 </span>
1606 </div>
1607
1608 </div>
1609</div>
1610
1611
1612
1613<A NAME="STATUS_INTERNAL_ERROR"></A>
1614
1615<div class="jd-details api apilevel-">
1616 <h4 class="jd-details-title">
1617 <span class="normal">
1618 public
1619 static
1620 final
1621 int
1622 </span>
1623 STATUS_INTERNAL_ERROR
1624 </h4>
1625 <div class="api-level">
1626
1627
1628
1629
1630 </div>
1631 <div class="jd-details-descr">
1632
1633 <div class="jd-tagdata jd-tagdescr"><p>An unspecified error occurred; no more specific information is available. The device logs may
1634 provide additional data.
1635</p></div>
1636
1637
1638 <div class="jd-tagdata">
1639 <span class="jd-tagtitle">Constant Value: </span>
1640 <span>
1641
1642 1
1643 (0x00000001)
1644
1645 </span>
1646 </div>
1647
1648 </div>
1649</div>
1650
1651
1652
1653<A NAME="STATUS_INTERRUPTED"></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_INTERRUPTED
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>Was interrupted while waiting for the result. Only returned if using a
1674 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
1675</p></div>
1676
1677
1678 <div class="jd-tagdata">
1679 <span class="jd-tagtitle">Constant Value: </span>
1680 <span>
1681
1682 14
1683 (0x0000000e)
1684
1685 </span>
1686 </div>
1687
1688 </div>
1689</div>
1690
1691
1692
1693<A NAME="STATUS_INVALID_REAL_TIME_ROOM_ID"></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_INVALID_REAL_TIME_ROOM_ID
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>Constant indicating that the real-time room ID provided to the operation was not valid, or
1714 does not correspond to the currently active real-time room.
1715</p></div>
1716
1717
1718 <div class="jd-tagdata">
1719 <span class="jd-tagtitle">Constant Value: </span>
1720 <span>
1721
1722 7002
1723 (0x00001b5a)
1724
1725 </span>
1726 </div>
1727
1728 </div>
1729</div>
1730
1731
1732
1733<A NAME="STATUS_LICENSE_CHECK_FAILED"></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_LICENSE_CHECK_FAILED
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>The game is not licensed to the user. Further calls will return the same code.
1754</p></div>
1755
1756
1757 <div class="jd-tagdata">
1758 <span class="jd-tagtitle">Constant Value: </span>
1759 <span>
1760
1761 7
1762 (0x00000007)
1763
1764 </span>
1765 </div>
1766
1767 </div>
1768</div>
1769
1770
1771
1772<A NAME="STATUS_MATCH_ERROR_ALREADY_REMATCHED"></A>
1773
1774<div class="jd-details api apilevel-">
1775 <h4 class="jd-details-title">
1776 <span class="normal">
1777 public
1778 static
1779 final
1780 int
1781 </span>
1782 STATUS_MATCH_ERROR_ALREADY_REMATCHED
1783 </h4>
1784 <div class="api-level">
1785
1786
1787
1788
1789 </div>
1790 <div class="jd-details-descr">
1791
1792 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already had a rematch created. Only one rematch may be created for
1793 any initial match.
1794</p></div>
1795
1796
1797 <div class="jd-tagdata">
1798 <span class="jd-tagtitle">Constant Value: </span>
1799 <span>
1800
1801 6505
1802 (0x00001969)
1803
1804 </span>
1805 </div>
1806
1807 </div>
1808</div>
1809
1810
1811
1812<A NAME="STATUS_MATCH_ERROR_INACTIVE_MATCH"></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_INACTIVE_MATCH
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 match is not currently active. This action cannot be performed on an inactive match.
1833</p></div>
1834
1835
1836 <div class="jd-tagdata">
1837 <span class="jd-tagtitle">Constant Value: </span>
1838 <span>
1839
1840 6501
1841 (0x00001965)
1842
1843 </span>
1844 </div>
1845
1846 </div>
1847</div>
1848
1849
1850
1851<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS"></A>
1852
1853<div class="jd-details api apilevel-">
1854 <h4 class="jd-details-title">
1855 <span class="normal">
1856 public
1857 static
1858 final
1859 int
1860 </span>
1861 STATUS_MATCH_ERROR_INVALID_MATCH_RESULTS
1862 </h4>
1863 <div class="api-level">
1864
1865
1866
1867
1868 </div>
1869 <div class="jd-details-descr">
1870
1871 <div class="jd-tagdata jd-tagdescr"><p>The match results provided in this API call are invalid. This covers cases of duplicate
1872 results, results for players who are not in the match, etc.
1873</p></div>
1874
1875
1876 <div class="jd-tagdata">
1877 <span class="jd-tagtitle">Constant Value: </span>
1878 <span>
1879
1880 6504
1881 (0x00001968)
1882
1883 </span>
1884 </div>
1885
1886 </div>
1887</div>
1888
1889
1890
1891<A NAME="STATUS_MATCH_ERROR_INVALID_MATCH_STATE"></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_STATE
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 is not in the correct state to perform the specified action.
1912</p></div>
1913
1914
1915 <div class="jd-tagdata">
1916 <span class="jd-tagtitle">Constant Value: </span>
1917 <span>
1918
1919 6502
1920 (0x00001966)
1921
1922 </span>
1923 </div>
1924
1925 </div>
1926</div>
1927
1928
1929
1930<A NAME="STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE"></A>
1931
1932<div class="jd-details api apilevel-">
1933 <h4 class="jd-details-title">
1934 <span class="normal">
1935 public
1936 static
1937 final
1938 int
1939 </span>
1940 STATUS_MATCH_ERROR_INVALID_PARTICIPANT_STATE
1941 </h4>
1942 <div class="api-level">
1943
1944
1945
1946
1947 </div>
1948 <div class="jd-details-descr">
1949
1950 <div class="jd-tagdata jd-tagdescr"><p>One or more participants in this match are not in valid states. This could occur if a
1951 specified participant is not actually a participant of the match, or is invalid, or is in an
1952 incorrect state to make the API call. Check the logs for more detailed information.
1953</p></div>
1954
1955
1956 <div class="jd-tagdata">
1957 <span class="jd-tagtitle">Constant Value: </span>
1958 <span>
1959
1960 6500
1961 (0x00001964)
1962
1963 </span>
1964 </div>
1965
1966 </div>
1967</div>
1968
1969
1970
1971<A NAME="STATUS_MATCH_ERROR_LOCALLY_MODIFIED"></A>
1972
1973<div class="jd-details api apilevel-">
1974 <h4 class="jd-details-title">
1975 <span class="normal">
1976 public
1977 static
1978 final
1979 int
1980 </span>
1981 STATUS_MATCH_ERROR_LOCALLY_MODIFIED
1982 </h4>
1983 <div class="api-level">
1984
1985
1986
1987
1988 </div>
1989 <div class="jd-details-descr">
1990
1991 <div class="jd-tagdata jd-tagdescr"><p>The specified match has already been modified locally. This operation cannot be performed
1992 until the match has been sent to the server.
1993</p></div>
1994
1995
1996 <div class="jd-tagdata">
1997 <span class="jd-tagtitle">Constant Value: </span>
1998 <span>
1999
2000 6507
2001 (0x0000196b)
2002
2003 </span>
2004 </div>
2005
2006 </div>
2007</div>
2008
2009
2010
2011<A NAME="STATUS_MATCH_ERROR_OUT_OF_DATE_VERSION"></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_OUT_OF_DATE_VERSION
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 match data is out of date. Someone else has modified the data on the server, so the
2032 request could not be completed safely.
2033</p></div>
2034
2035
2036 <div class="jd-tagdata">
2037 <span class="jd-tagtitle">Constant Value: </span>
2038 <span>
2039
2040 6503
2041 (0x00001967)
2042
2043 </span>
2044 </div>
2045
2046 </div>
2047</div>
2048
2049
2050
2051<A NAME="STATUS_MATCH_NOT_FOUND"></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_NOT_FOUND
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 specified match cannot be found. The provided match ID does not correspond to any known
2072 match.
2073</p></div>
2074
2075
2076 <div class="jd-tagdata">
2077 <span class="jd-tagtitle">Constant Value: </span>
2078 <span>
2079
2080 6506
2081 (0x0000196a)
2082
2083 </span>
2084 </div>
2085
2086 </div>
2087</div>
2088
2089
2090
2091<A NAME="STATUS_MULTIPLAYER_DISABLED"></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_MULTIPLAYER_DISABLED
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>This game does not support multiplayer. This could occur if the linked app is not configured
2112 appropriately in the developer console.
2113</p></div>
2114
2115
2116 <div class="jd-tagdata">
2117 <span class="jd-tagtitle">Constant Value: </span>
2118 <span>
2119
2120 6003
2121 (0x00001773)
2122
2123 </span>
2124 </div>
2125
2126 </div>
2127</div>
2128
2129
2130
2131<A NAME="STATUS_MULTIPLAYER_ERROR_CREATION_NOT_ALLOWED"></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_ERROR_CREATION_NOT_ALLOWED
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>The user is not allowed to create a new multiplayer game at this time. This could occur if
2152 the user has too many outstanding invitations already.
2153</p></div>
2154
2155
2156 <div class="jd-tagdata">
2157 <span class="jd-tagtitle">Constant Value: </span>
2158 <span>
2159
2160 6000
2161 (0x00001770)
2162
2163 </span>
2164 </div>
2165
2166 </div>
2167</div>
2168
2169
2170
2171<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_MULTIPLAYER_TYPE"></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_INVALID_MULTIPLAYER_TYPE
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 match is not the right type to perform this action on. For example, this error will be
2192 returned when trying to take a turn in a real-time match.
2193</p></div>
2194
2195
2196 <div class="jd-tagdata">
2197 <span class="jd-tagtitle">Constant Value: </span>
2198 <span>
2199
2200 6002
2201 (0x00001772)
2202
2203 </span>
2204 </div>
2205
2206 </div>
2207</div>
2208
2209
2210
2211<A NAME="STATUS_MULTIPLAYER_ERROR_INVALID_OPERATION"></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_OPERATION
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>This multiplayer operation is not valid, and the server rejected it. Check the logs for more
2232 information.
2233</p></div>
2234
2235
2236 <div class="jd-tagdata">
2237 <span class="jd-tagtitle">Constant Value: </span>
2238 <span>
2239
2240 6004
2241 (0x00001774)
2242
2243 </span>
2244 </div>
2245
2246 </div>
2247</div>
2248
2249
2250
2251<A NAME="STATUS_MULTIPLAYER_ERROR_NOT_TRUSTED_TESTER"></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_NOT_TRUSTED_TESTER
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>The user attempted to invite another user who was not authorized to see the game. This can
2272 occur if a trusted tester invites a user who is not a trusted tester while the game is
2273 unpublished. In this case, the invitations will not be sent.
2274</p></div>
2275
2276
2277 <div class="jd-tagdata">
2278 <span class="jd-tagtitle">Constant Value: </span>
2279 <span>
2280
2281 6001
2282 (0x00001771)
2283
2284 </span>
2285 </div>
2286
2287 </div>
2288</div>
2289
2290
2291
2292<A NAME="STATUS_NETWORK_ERROR_NO_DATA"></A>
2293
2294<div class="jd-details api apilevel-">
2295 <h4 class="jd-details-title">
2296 <span class="normal">
2297 public
2298 static
2299 final
2300 int
2301 </span>
2302 STATUS_NETWORK_ERROR_NO_DATA
2303 </h4>
2304 <div class="api-level">
2305
2306
2307
2308
2309 </div>
2310 <div class="jd-details-descr">
2311
2312 <div class="jd-tagdata jd-tagdescr"><p>A network error occurred while attempting to retrieve fresh data, and no data was available
2313 locally.
2314</p></div>
2315
2316
2317 <div class="jd-tagdata">
2318 <span class="jd-tagtitle">Constant Value: </span>
2319 <span>
2320
2321 4
2322 (0x00000004)
2323
2324 </span>
2325 </div>
2326
2327 </div>
2328</div>
2329
2330
2331
2332<A NAME="STATUS_NETWORK_ERROR_OPERATION_DEFERRED"></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_OPERATION_DEFERRED
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 modify data, but the data was successfully
2353 modified locally and will be updated on the network the next time the device is able to sync.
2354</p></div>
2355
2356
2357 <div class="jd-tagdata">
2358 <span class="jd-tagtitle">Constant Value: </span>
2359 <span>
2360
2361 5
2362 (0x00000005)
2363
2364 </span>
2365 </div>
2366
2367 </div>
2368</div>
2369
2370
2371
2372<A NAME="STATUS_NETWORK_ERROR_OPERATION_FAILED"></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_FAILED
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 perform an operation that requires network
2393 access. The operation may be retried later.
2394</p></div>
2395
2396
2397 <div class="jd-tagdata">
2398 <span class="jd-tagtitle">Constant Value: </span>
2399 <span>
2400
2401 6
2402 (0x00000006)
2403
2404 </span>
2405 </div>
2406
2407 </div>
2408</div>
2409
2410
2411
2412<A NAME="STATUS_NETWORK_ERROR_STALE_DATA"></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_STALE_DATA
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 retrieve fresh data, but some locally cached
2433 data was available. The data returned may be stale and/or incomplete.
2434</p></div>
2435
2436
2437 <div class="jd-tagdata">
2438 <span class="jd-tagtitle">Constant Value: </span>
2439 <span>
2440
2441 3
2442 (0x00000003)
2443
2444 </span>
2445 </div>
2446
2447 </div>
2448</div>
2449
2450
2451
2452<A NAME="STATUS_OK"></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_OK
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>The operation was successful.
2473</p></div>
2474
2475
2476 <div class="jd-tagdata">
2477 <span class="jd-tagtitle">Constant Value: </span>
2478 <span>
2479
2480 0
2481 (0x00000000)
2482
2483 </span>
2484 </div>
2485
2486 </div>
2487</div>
2488
2489
2490
2491<A NAME="STATUS_OPERATION_IN_FLIGHT"></A>
2492
2493<div class="jd-details api apilevel-">
2494 <h4 class="jd-details-title">
2495 <span class="normal">
2496 public
2497 static
2498 final
2499 int
2500 </span>
2501 STATUS_OPERATION_IN_FLIGHT
2502 </h4>
2503 <div class="api-level">
2504
2505
2506
2507
2508 </div>
2509 <div class="jd-details-descr">
2510
2511 <div class="jd-tagdata jd-tagdescr"><p>Trying to start a join/create operation while another is already in flight.
2512</p></div>
2513
2514
2515 <div class="jd-tagdata">
2516 <span class="jd-tagtitle">Constant Value: </span>
2517 <span>
2518
2519 7007
2520 (0x00001b5f)
2521
2522 </span>
2523 </div>
2524
2525 </div>
2526</div>
2527
2528
2529
2530<A NAME="STATUS_PARTICIPANT_NOT_CONNECTED"></A>
2531
2532<div class="jd-details api apilevel-">
2533 <h4 class="jd-details-title">
2534 <span class="normal">
2535 public
2536 static
2537 final
2538 int
2539 </span>
2540 STATUS_PARTICIPANT_NOT_CONNECTED
2541 </h4>
2542 <div class="api-level">
2543
2544
2545
2546
2547 </div>
2548 <div class="jd-details-descr">
2549
2550 <div class="jd-tagdata jd-tagdescr"><p>Constant indicating that the ID of the participant provided by the user is not currently
2551 connected to the client in the real-time room.
2552</p></div>
2553
2554
2555 <div class="jd-tagdata">
2556 <span class="jd-tagtitle">Constant Value: </span>
2557 <span>
2558
2559 7003
2560 (0x00001b5b)
2561
2562 </span>
2563 </div>
2564
2565 </div>
2566</div>
2567
2568
2569
2570<A NAME="STATUS_REAL_TIME_CONNECTION_FAILED"></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_REAL_TIME_CONNECTION_FAILED
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>Failed to initialize the network connection for a real-time room.
2591</p></div>
2592
2593
2594 <div class="jd-tagdata">
2595 <span class="jd-tagtitle">Constant Value: </span>
2596 <span>
2597
2598 7000
2599 (0x00001b58)
2600
2601 </span>
2602 </div>
2603
2604 </div>
2605</div>
2606
2607
2608
2609<A NAME="STATUS_REAL_TIME_INACTIVE_ROOM"></A>
2610
2611<div class="jd-details api apilevel-">
2612 <h4 class="jd-details-title">
2613 <span class="normal">
2614 public
2615 static
2616 final
2617 int
2618 </span>
2619 STATUS_REAL_TIME_INACTIVE_ROOM
2620 </h4>
2621 <div class="api-level">
2622
2623
2624
2625
2626 </div>
2627 <div class="jd-details-descr">
2628
2629 <div class="jd-tagdata jd-tagdescr"><p>The room is not currently active. This action cannot be performed on an inactive room.
2630</p></div>
2631
2632
2633 <div class="jd-tagdata">
2634 <span class="jd-tagtitle">Constant Value: </span>
2635 <span>
2636
2637 7005
2638 (0x00001b5d)
2639
2640 </span>
2641 </div>
2642
2643 </div>
2644</div>
2645
2646
2647
2648<A NAME="STATUS_REAL_TIME_MESSAGE_SEND_FAILED"></A>
2649
2650<div class="jd-details api apilevel-">
2651 <h4 class="jd-details-title">
2652 <span class="normal">
2653 public
2654 static
2655 final
2656 int
2657 </span>
2658 STATUS_REAL_TIME_MESSAGE_SEND_FAILED
2659 </h4>
2660 <div class="api-level">
2661
2662
2663
2664
2665 </div>
2666 <div class="jd-details-descr">
2667
2668 <div class="jd-tagdata jd-tagdescr"><p>Failed to send message to the peer participant for a real-time room.
2669</p></div>
2670
2671
2672 <div class="jd-tagdata">
2673 <span class="jd-tagtitle">Constant Value: </span>
2674 <span>
2675
2676 7001
2677 (0x00001b59)
2678
2679 </span>
2680 </div>
2681
2682 </div>
2683</div>
2684
2685
2686
2687<A NAME="STATUS_REAL_TIME_ROOM_NOT_JOINED"></A>
2688
2689<div class="jd-details api apilevel-">
2690 <h4 class="jd-details-title">
2691 <span class="normal">
2692 public
2693 static
2694 final
2695 int
2696 </span>
2697 STATUS_REAL_TIME_ROOM_NOT_JOINED
2698 </h4>
2699 <div class="api-level">
2700
2701
2702
2703
2704 </div>
2705 <div class="jd-details-descr">
2706
2707 <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
2708 joined the room.
2709</p></div>
2710
2711
2712 <div class="jd-tagdata">
2713 <span class="jd-tagtitle">Constant Value: </span>
2714 <span>
2715
2716 7004
2717 (0x00001b5c)
2718
2719 </span>
2720 </div>
2721
2722 </div>
2723</div>
2724
2725
2726
2727<A NAME="STATUS_TIMEOUT"></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_TIMEOUT
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>The operation timed out while awaiting the result. Only returned if using a
2748 <code><a href="/reference/com/google/android/gms/common/api/PendingResult.html">PendingResult</a></code> directly.
2749</p></div>
2750
2751
2752 <div class="jd-tagdata">
2753 <span class="jd-tagtitle">Constant Value: </span>
2754 <span>
2755
2756 15
2757 (0x0000000f)
2758
2759 </span>
2760 </div>
2761
2762 </div>
2763</div>
2764
2765
2766
2767
2768<!-- Fields -->
2769
2770
2771<!-- Public ctors -->
2772
2773
2774
2775<!-- ========= CONSTRUCTOR DETAIL ======== -->
2776<!-- Protected ctors -->
2777
2778
2779
2780<!-- ========= METHOD DETAIL ======== -->
2781<!-- Public methdos -->
2782
2783
2784
2785<!-- ========= METHOD DETAIL ======== -->
2786
2787
2788
2789<!-- ========= END OF CLASS DATA ========= -->
2790<A NAME="navbar_top"></A>
2791
2792<div id="footer" class="wrap" >
2793
2794
2795 <div id="copyright">
2796
2797 Except as noted, this content is licensed under <a
2798 href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
2799 For details and restrictions, see the <a href="/license.html">
2800 Content License</a>.
2801 </div>
2802 <div id="build_info">
2803
2804<script src="/timestamp.js" type="text/javascript"></script>
2805<script>document.write(BUILD_TIMESTAMP)</script>
2806
2807 </div>
2808
2809
2810 <div id="footerlinks">
2811
2812 <p>
2813 <a href="/about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
2814 <a href="/legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
2815 <a href="/support.html">Support</a>
2816 </p>
2817 </div>
2818
2819</div> <!-- end footer -->
2820</div> <!-- jd-content -->
2821
2822</div><!-- end doc-content -->
2823
2824</div> <!-- end body-content -->
2825
2826
2827
2828
2829
2830
2831</body>
2832</html>