|
AdaptySDK 4.1.1
|
Assembles an AdaptyPurchaseParameters. Every setter returns the builder, so calls chain; the constructor takes both values directly if that reads better. More...
Public Member Functions | |
| AdaptyPurchaseParametersBuilder | SetSubscriptionUpdateParams (AdaptySubscriptionUpdateParameters subscriptionUpdateParams) |
| Sets AdaptyPurchaseParameters.SubscriptionUpdateParams. Android only. | |
| AdaptyPurchaseParametersBuilder | SetIsOfferPersonalized (bool? isOfferPersonalized) |
| Sets AdaptyPurchaseParameters.IsOfferPersonalized. Android only. | |
| AdaptyPurchaseParameters | Build () |
| The parameters described by this builder. | |
Private Attributes | |
| AdaptyPurchaseParameters | _parameters = new AdaptyPurchaseParameters() |
Assembles an AdaptyPurchaseParameters. Every setter returns the builder, so calls chain; the constructor takes both values directly if that reads better.
| AdaptyPurchaseParameters AdaptySDK.AdaptyPurchaseParametersBuilder.Build | ( | ) |
The parameters described by this builder.
| AdaptyPurchaseParametersBuilder AdaptySDK.AdaptyPurchaseParametersBuilder.SetIsOfferPersonalized | ( | bool? | isOfferPersonalized | ) |
Sets AdaptyPurchaseParameters.IsOfferPersonalized. Android only.
| isOfferPersonalized | Whether the price shown was personalised to this user. |
| AdaptyPurchaseParametersBuilder AdaptySDK.AdaptyPurchaseParametersBuilder.SetSubscriptionUpdateParams | ( | AdaptySubscriptionUpdateParameters | subscriptionUpdateParams | ) |
Sets AdaptyPurchaseParameters.SubscriptionUpdateParams. Android only.
| subscriptionUpdateParams | The subscription this purchase replaces. |
|
private |