API reference
API reference
Select your platform
No SDKs available
No versions available

InAppMessageResult

Updated: Mar 19, 2025

InAppMessageResult

data class InAppMessageResult(val purchaseToken: String, val responseCode: Int)
Results related to in-app messaging.
The equivalent Google Play Billing Library class can be found at the Android developer documentation for InAppMessageResult.

Constructors

NameSummary
InAppMessageResult
constructor(purchaseToken: String, responseCode: Int)

Types

NameSummary
annotation class InAppMessageResponseCode
Possible response codes.

Properties

NameSummary
purchaseToken
val purchaseToken: String
The token that identifies the purchase to be acknowledged, if any.
responseCode
val responseCode: Int
The response code for the in-app messaging API call.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon