-
public final class BillingChoiceInfoAndroidDisplay information for developer-rendered Billing Choice screens (Android) Available in OpenIAP Spec 2.1.0 / openiap-google 2.3.0 (requires Play Billing 9.1.0+).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBillingChoiceInfoAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringplayBillingChoiceImageUrlprivate final StringplayBillingLoyaltyInfo
-
Constructor Summary
Constructors Constructor Description BillingChoiceInfoAndroid(String playBillingChoiceImageUrl, String playBillingLoyaltyInfo)
-
Method Summary
Modifier and Type Method Description final StringgetPlayBillingChoiceImageUrl()URL for the Play Billing choice image matching the requested layout. final StringgetPlayBillingLoyaltyInfo()Play Loyalty information for the user. final Map<String, Object>toJson()-
-
Method Detail
-
getPlayBillingChoiceImageUrl
final String getPlayBillingChoiceImageUrl()
URL for the Play Billing choice image matching the requested layout.
-
getPlayBillingLoyaltyInfo
final String getPlayBillingLoyaltyInfo()
Play Loyalty information for the user.
-
-
-
-