-
public final class PurchaseOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPurchaseOptions.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanalsoPublishToEventListenerIOSprivate final BooleanonlyIncludeActiveItemsIOS
-
Constructor Summary
Constructors Constructor Description PurchaseOptions(Boolean alsoPublishToEventListenerIOS, Boolean onlyIncludeActiveItemsIOS)
-
Method Summary
Modifier and Type Method Description final BooleangetAlsoPublishToEventListenerIOS()Also emit results through the iOS event listeners final BooleangetOnlyIncludeActiveItemsIOS()Limit to currently active items on iOS final Map<String, Object>toJson()-
-
Method Detail
-
getAlsoPublishToEventListenerIOS
final Boolean getAlsoPublishToEventListenerIOS()
Also emit results through the iOS event listeners
-
getOnlyIncludeActiveItemsIOS
final Boolean getOnlyIncludeActiveItemsIOS()
Limit to currently active items on iOS
-
-
-
-