data class InAppMessageResult(val purchaseToken: String, val responseCode: Int)
InAppMessageResult
(
purchaseToken
, responseCode
)
|
Signature
constructor(purchaseToken: String, responseCode: Int) Parameters
purchaseToken:
String
responseCode:
Int
Returns |
purchaseToken
: String
[Get] |
The token that identifies the purchase to be acknowledged, if any.
Signature
val purchaseToken: String |
responseCode
: Int
[Get] |
The response code for the in-app messaging API call.
Signature
val responseCode: Int |
annotation class InAppMessageResponseCode
InAppMessageResponseCode
()
|
Signature
constructor() Returns
InAppMessageResult.InAppMessageResponseCode
|
NO_ACTION_NEEDED
: Int
[Get] |
The flow has finished and there is no action needed from developers.
Signature
const val NO_ACTION_NEEDED: Int = 0 |
SUBSCRIPTION_STATUS_UPDATED
: Int
[Get] |
The subscription status changed.
Signature
const val SUBSCRIPTION_STATUS_UPDATED: Int = 1 |