java.lang.Object | ||
↳ | com.google.android.gms.common.api.CommonStatusCodes | |
↳ | com.google.android.gms.nearby.messages.NearbyMessagesStatusCodes |
Nearby.Messages specific status codes, for use in getStatusCode()
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | APP_NOT_OPTED_IN | Status code indicating that the User has not granted the calling application permission to use Nearby.Messages. | |||||||||
int | BLE_ADVERTISING_UNSUPPORTED |
The client requested an operation that requires Bluetooth Low Energy advertising (such as
publishing with BLE_ONLY ), but this feature is not supported.
|
|||||||||
int | BLE_SCANNING_UNSUPPORTED |
The client requested an operation that requires Bluetooth Low Energy scanning (such as
subscribing with BLE_ONLY ), but this feature is not supported.
|
|||||||||
int | BLUETOOTH_OFF | Bluetooth is currently off. | |||||||||
int | TOO_MANY_PENDING_INTENTS |
The app has issued more than 5 PendingIntent to the Messages#subscribe.
|
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Status code indicating that the User has not granted the calling application permission to use Nearby.Messages. Resolution: The application can use the returned PendingIntent to request user consent.
The client requested an operation that requires Bluetooth Low Energy advertising (such as
publishing with BLE_ONLY
), but this feature is not supported.
The client requested an operation that requires Bluetooth Low Energy scanning (such as
subscribing with BLE_ONLY
), but this feature is not supported.
Bluetooth is currently off.
The app has issued more than 5 PendingIntent
to the Messages#subscribe.
Some requests need to be removed before adding more.