-
public final class VerifyPurchasePropsPlatform-specific purchase verification parameters.
apple: Verifies via App Store Server API
google: Verifies via Google Play Developer API
horizon: Verifies via Meta's S2S API (verify_entitlement endpoint)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerifyPurchaseProps.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VerifyPurchaseAppleOptionsappleprivate final VerifyPurchaseGoogleOptionsgoogleprivate final VerifyPurchaseHorizonOptionshorizon
-
Constructor Summary
Constructors Constructor Description VerifyPurchaseProps(VerifyPurchaseAppleOptions apple, VerifyPurchaseGoogleOptions google, VerifyPurchaseHorizonOptions horizon)
-
Method Summary
Modifier and Type Method Description final VerifyPurchaseAppleOptionsgetApple()Apple App Store verification parameters. final VerifyPurchaseGoogleOptionsgetGoogle()Google Play Store verification parameters. final VerifyPurchaseHorizonOptionsgetHorizon()Meta Horizon (Quest) verification parameters. final Map<String, Object>toJson()-
-
Constructor Detail
-
VerifyPurchaseProps
VerifyPurchaseProps(VerifyPurchaseAppleOptions apple, VerifyPurchaseGoogleOptions google, VerifyPurchaseHorizonOptions horizon)
-
-
Method Detail
-
getApple
final VerifyPurchaseAppleOptions getApple()
Apple App Store verification parameters.
-
getGoogle
final VerifyPurchaseGoogleOptions getGoogle()
Google Play Store verification parameters.
-
getHorizon
final VerifyPurchaseHorizonOptions getHorizon()
Meta Horizon (Quest) verification parameters.
-
-
-
-