public
abstract
@interface
CrossDevicePromptErrorCode
implements
Annotation
| 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. |
Inherited methods | |
|---|---|
Constants
INTERNAL_ERROR
public static final int INTERNAL_ERROR
An internal error occurred in the Play Store.
Constant Value: -100 (0xffffff9c)
NO_ERROR
public static final int NO_ERROR
Constant Value: 0 (0x00000000)
PLAY_STORE_NOT_FOUND_ERROR
public static final int PLAY_STORE_NOT_FOUND_ERROR
No Play Store app is found on device or an unofficial version is installed.
Constant Value: -1 (0xffffffff)