InAppMessageResult.InAppMessageResponseCode

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation InAppMessageResult.InAppMessageResponseCode


Possible response codes.

Summary

Constants

static final int

The flow has finished and there is no action needed from developers.

static final int

The subscription status changed.

Constants

NO_ACTION_NEEDED

public static final int NO_ACTION_NEEDED = 0

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.

SUBSCRIPTION_STATUS_UPDATED

public static final int SUBSCRIPTION_STATUS_UPDATED = 1

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024年02月27日 UTC.