-
public final class RequestSubscriptionPropsByPlatformsPlatform-specific subscription request parameters.
Note: "Platforms" refers to the SDK/OS level (apple, google), not the store.
apple: Always targets App Store
google: Targets Play Store by default, Horizon when built with horizon flavor, or Fire OS when built with amazon flavor (determined at build time, not runtime)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRequestSubscriptionPropsByPlatforms.Companion
-
Field Summary
Fields Modifier and Type Field Description private final RequestSubscriptionIosPropsappleprivate final RequestSubscriptionAndroidPropsgoogle
-
Constructor Summary
Constructors Constructor Description RequestSubscriptionPropsByPlatforms(RequestSubscriptionIosProps apple, RequestSubscriptionAndroidProps google)
-
Method Summary
Modifier and Type Method Description final RequestSubscriptionIosPropsgetApple()Apple-specific subscription parameters final RequestSubscriptionAndroidPropsgetGoogle()Google-specific subscription parameters final Map<String, Object>toJson()-
-
Constructor Detail
-
RequestSubscriptionPropsByPlatforms
RequestSubscriptionPropsByPlatforms(RequestSubscriptionIosProps apple, RequestSubscriptionAndroidProps google)
-
-
Method Detail
-
getApple
final RequestSubscriptionIosProps getApple()
Apple-specific subscription parameters
-
getGoogle
final RequestSubscriptionAndroidProps getGoogle()
Google-specific subscription parameters
-
-
-
-