InAppMessageResult
Updated: Mar 19, 2025
data class InAppMessageResult(val purchaseToken:
String, val responseCode:
Int)
Results related to in-app messaging.
| Name | Summary |
|---|
InAppMessageResult | constructor(purchaseToken: String, responseCode: Int) |
| Name | Summary |
|---|
purchaseToken | val purchaseToken: StringThe token that identifies the purchase to be acknowledged, if any. |
responseCode | val responseCode: IntThe response code for the in-app messaging API call. |