class
CrossDevicePromptErrorCode
| com.google.android.play.core.crossdeviceprompt.model.CrossDevicePromptErrorCode |
Error codes for CrossDevicePrompt API.
Summary
Constants | |
|---|---|
Int |
INTERNAL_ERROR
An internal error occurred in the Play Store. |
Int |
NO_ERROR
|
Int |
PLAY_STORE_NOT_FOUND_ERROR
No Play Store app is found on device or an unofficial version is installed. |
Constants
INTERNAL_ERROR
val INTERNAL_ERROR: Int
An internal error occurred in the Play Store.
Constant Value: -100 (0xffffff9c)
NO_ERROR
val NO_ERROR: Int
Constant Value: 0 (0x00000000)
PLAY_STORE_NOT_FOUND_ERROR
val PLAY_STORE_NOT_FOUND_ERROR: Int
No Play Store app is found on device or an unofficial version is installed.
Constant Value: -1 (0xffffffff)