docs(android): drop stale interceptAction/removeActionInterceptor import - #22
Merged
Conversation
Both are now inline member functions of Purchasely (Android SDK 6.0.0-rc.2+), not top-level extensions — no separate import is needed beyond io.purchasely.ext.Purchasely.
|
| Filename | Overview |
|---|---|
| CHANGELOG.md | Adds a concise Unreleased entry for the Android documentation import cleanup. |
| purchasely/references/android/api-reference.md | Removes stale top-level interceptor imports and updates the action interceptor note. |
| purchasely/references/android/migration-v6.md | Updates v6 migration guidance and removes the stale Kotlin interceptor import. |
| purchasely/references/concepts/paywall-actions.md | Clarifies that Android Kotlin action interceptors only need the Purchasely import. |
Reviews (1): Last reviewed commit: "docs(android): drop stale interceptActio..." | Re-trigger Greptile
Document the Class-based interceptAction(T::class.java) { info, action, result -> }
variant (no coroutine, result returned via the `result` callback) — previously
absent from the repo — plus a Java onboarding block, across the Android API
reference, migration guide, paywall-actions concept, and the integrate skill.
macminisupport
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
interceptAction<T>/removeActionInterceptor<T>moved from top-level extension functions to inline members ofPurchaselyin SDK6.0.0-rc.2+.import io.purchasely.ext.interceptAction/removeActionInterceptorfromreferences/android/api-reference.mdandreferences/android/migration-v6.md, and clarifies the JVM-11 notes in those files plusreferences/concepts/paywall-actions.mdto say no separate import is needed.Test plan
import io.purchasely.ext.interceptAction/removeActionInterceptor— none left🤖 Generated with Claude Code