Skip to content

Commit

Permalink
update to Purchases.configureInCustomEntitlementsComputationMode
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jul 24, 2023
1 parent 38e2ec1 commit f40ebfa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/CustomEntitlementComputationSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ implementation 'com.revenuecat.purchases:purchases-custom-entitlement-computatio
The SDK should be configured once the user has already logged in. To configure, call:

```kotlin
val builder = PurchasesConfiguration.Builder(
Purchases.configureInCustomEntitlementsComputationMode(
this,

This comment has been minimized.

Copy link
@tonidero

tonidero Jul 24, 2023

Contributor

Should we rename this to applicationContext to make it clearer?

Constants.GOOGLE_API_KEY,
Constants.defaultAppUserID
)

Purchases.configure(builder.build())
```

### Getting Offerings:
Expand Down

0 comments on commit f40ebfa

Please sign in to comment.