# Print output for @column tags ?>
public
static
abstract
@interface
InAppMessageResult.InAppMessageResponseCode
implements
Annotation
| com.android.billingclient.api.InAppMessageResult.InAppMessageResponseCode |
Possible response codes.
Constants | |
|---|---|
int |
NO_ACTION_NEEDED
The flow has finished and there is no action needed from developers. |
int |
SUBSCRIPTION_STATUS_UPDATED
The subscription status changed. |
Inherited methods | |
|---|---|
public static final int NO_ACTION_NEEDED
The flow has finished and there is no action needed from developers.
Note: The API callback won't indicate whether message is dismissed by the user or there is no message available to the user.
Constant Value: 0 (0x00000000)
public static final int SUBSCRIPTION_STATUS_UPDATED
The subscription status changed. For example, a subscription has been recovered from a suspended state. Developers should expect the purchase token to be returned with this response code and use the purchase token with the Google Play Developer API.
Constant Value: 1 (0x00000001)