-
public final class PurchaseUpdatedListenerOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurchaseUpdatedListenerOptions.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleandedupeTransactionIOS
-
Constructor Summary
Constructors Constructor Description PurchaseUpdatedListenerOptions(Boolean dedupeTransactionIOS)
-
Method Summary
-
-
Constructor Detail
-
PurchaseUpdatedListenerOptions
PurchaseUpdatedListenerOptions(Boolean dedupeTransactionIOS)
-
-
Method Detail
-
getDedupeTransactionIOS
final Boolean getDedupeTransactionIOS()
iOS only. Defaults to true. When false, listener callbacks also receive StoreKit replay events for a transaction ID that was already emitted during the current connection session. Android ignores this option.
-
-
-
-