Stay organized with collections Save and categorize content based on your preferences.

InAppMessageResult.InAppMessageResponseCode

public static abstract @interface InAppMessageResult.InAppMessageResponseCode
implements Annotation

com.android.billingclient.api.InAppMessageResult.InAppMessageResponseCode
Included in documentation by the annotations: @Annotations.InAppMessaging

Possible response codes.

Summary

Constants

int NO_ACTION_NEEDED

The flow has finished and there is no action needed from developers. Included in documentation by the annotations: @Annotations.InAppMessaging

int SUBSCRIPTION_STATUS_UPDATED

The subscription status changed. Included in documentation by the annotations: @Annotations.InAppMessaging

Inherited methods

Constants

NO_ACTION_NEEDED

public static final int NO_ACTION_NEEDED
Included in documentation by the annotations: @Annotations.InAppMessaging

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
Included in documentation by the annotations: @Annotations.InAppMessaging

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)