class InAppMessageParams(inAppMessageCategoriesSet: Set<Int>)
InAppMessageParams
(
inAppMessageCategoriesSet
)
|
Signature
constructor(inAppMessageCategoriesSet: Set<Int>) Parameters inAppMessageCategoriesSet: SetReturns InAppMessageParams |
newBuilder
()
|
Signature
fun newBuilder(): InAppMessageParams.Builder Returns InAppMessageParams.Builder |
class Builder
addAllInAppMessageCategoriesToShow
()
|
Adds all in-app message categories to show.
Signature
fun addAllInAppMessageCategoriesToShow() |
addInAppMessageCategoryToShow
(
inAppMessageCategoryId
)
|
Adds a specific in-app message category to show.
Signature
fun addInAppMessageCategoryToShow(inAppMessageCategoryId: Int) Parameters inAppMessageCategoryId: Int
A high-level category of the in-app message.
|
build
()
|
annotation class InAppMessageCategoryId
InAppMessageCategoryId
()
|
Signature
constructor() Returns InAppMessageParams.InAppMessageCategoryId |
TRANSACTIONAL
: Int
[Get] |
The in-app messages of this category are for transactional purpose, such as payment issues.
Signature
const val TRANSACTIONAL: Int = 2 |
UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID
: Int
[Get] |
Signature
const val UNKNOWN_IN_APP_MESSAGE_CATEGORY_ID: Int = 0 |