InAppMessageResult.InAppMessageResponseCode
public
static
abstract
@interface
InAppMessageResult.InAppMessageResponseCode
implements
Annotation
com.android.billingclient.api.InAppMessageResult.InAppMessageResponseCode |
Possible response codes.
Summary
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 | |
---|---|
Constants
NO_ACTION_NEEDED
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)
SUBSCRIPTION_STATUS_UPDATED
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)