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

InAppMessageParams.InAppMessageCategoryId

public static abstract @interface InAppMessageParams.InAppMessageCategoryId
implements Annotation

com.android.billingclient.api.InAppMessageParams.InAppMessageCategoryId
Included in documentation by the annotations: @Annotations.InAppMessaging

A high-level category of the in-app message.

One category can be mapped to multiple in-app messages.

Summary

Constants

int TRANSACTIONAL

The in-app messages of this category are for transactional purpose, such as payment issues. Included in documentation by the annotations: @Annotations.InAppMessaging

int UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID

Included in documentation by the annotations: @Annotations.InAppMessaging

Inherited methods

Constants

TRANSACTIONAL

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

The in-app messages of this category are for transactional purpose, such as payment issues.

Constant Value: 2 (0x00000002)

UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID

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

Constant Value: 0 (0x00000000)