InAppMessageParams.InAppMessageCategoryId

@Retention(value = java.lang.annotation.RetentionPolicy.SOURCE)
public annotation InAppMessageParams.InAppMessageCategoryId


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

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

Summary

Constants

static final int

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

static final int

Constants

TRANSACTIONAL

public static final int TRANSACTIONAL = 2

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

UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID

public static final int UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID = 0