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

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.