Stay organized with collections Save and categorize content based on your preferences.
Geofence specific status codes, for use in Status.getStatusCode()
(int statusCode)
Returns an untranslated debug (not user-friendly!) string based on the current status code.
Inherited Method Summary From class com.google.android.gms.common.api.CommonStatusCodes static StringgetStatusCodeString(int arg0)
From class java.lang.Object Objectclone()
boolean voidfinalize()
final Class<?>getClass()
inthashCode()
final voidnotify()
final voidnotifyAll()
StringtoString()
final voidwait(long arg0, int arg1)
final voidwait(long arg0)
final voidwait()
Constants public static final int GEOFENCE_INSUFFICIENT_LOCATION_PERMISSIONThe client doesn't have sufficient location permission to perform geofencing operations.
Constant Value: 1004
public static final int GEOFENCE_NOT_AVAILABLEGeofence service is not available now.
This can happen in the following conditions:
Constant Value: 1000
public static final int GEOFENCE_REQUEST_TOO_FREQUENTYour app has been adding Geofences too frequently.
Constant Value: 1005
public static final int GEOFENCE_TOO_MANY_GEOFENCESYour app has registered more than 100 geofences. Remove unused ones before adding new geofences.
Constant Value: 1001
public static final int GEOFENCE_TOO_MANY_PENDING_INTENTS Public Methods public static String getStatusCodeString (int statusCode)Returns an untranslated debug (not user-friendly!) string based on the current status code.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`GeofenceStatusCodes` provides specific status codes for geofencing operations, indicating potential issues like insufficient permissions, service unavailability, or exceeding limits."],["These codes are used in `Status.getStatusCode()` to help developers identify and handle errors related to geofencing."],["Common issues include exceeding the maximum number of geofences (100), using too many pending intents (5), or encountering service unavailability due to location settings or device limitations."],["The `getStatusCodeString()` method can be used to get a debug string representation of the status code."],["`GeofenceStatusCodes` inherits constants and methods from `CommonStatusCodes` for general API error handling."]]],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4