Android Agents: Sync with SDK v0.8.0 - #9
Merged
Merged
Conversation
- Update SDK version from 0.6.1 to 0.8.0 - Update verified commit from ea8cffb to 611f616 - Update agents_last_updated to 2025-11-23 - Update all Maven coordinates to 0.8.0 - Update version references in README, CLAUDE.md Files updated: - SDK_VERSION.yaml (Android section) - README.md (version table) - CLAUDE.md (2 version references) - 4 agent files (.claude/agents/android/) - 2 doc files (docs/android/) Validation: ✅ All 5 layers passed - File completeness: 7 files modified - Version exhaustiveness: 0 old refs remain - Platform isolation: 0 Flutter files touched 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Update SDK version from 0.6.1 to 0.8.0 - Update verified commit from ea8cffb to aa9139c - Add native ad APIs (createNativeAdSmall, createNativeAdMedium) - Add revenue listener documentation (CloudXAdRevenueListener) - Add key-value targeting examples (setHashedUserId, setUserKeyValue, setAppKeyValue) - Add deinitialization guidance (deinitialize, clearAllKeyValues) - Update all code examples and API references - Create API snapshot for v0.8.0 - Validate all agent docs against SDK public API surface SDK Commit: aa9139c862b24ce0726cb0c0501beb7388987590 Validated: 2025-11-23 New SDK APIs Documented: - CloudX.createNativeAdSmall(placementName: String): CloudXAdView - CloudX.createNativeAdMedium(placementName: String): CloudXAdView - CloudX.setHashedUserId(hashedUserId: String) - CloudX.setUserKeyValue(key: String, value: String) - CloudX.setAppKeyValue(key: String, value: String) - CloudX.clearAllKeyValues() - CloudX.deinitialize() - CloudXFullscreenAd.revenueListener: CloudXAdRevenueListener? Validation Results: - File completeness check: PASS - Version exhaustiveness check: PASS (no stale version refs) - Compilation check: PASS (valid Kotlin syntax) - API validation: PASS (all refs match SDK) - Platform isolation check: PASS (Android only) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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
Automated sync of Android agent documentation with CloudX Android SDK v0.8.0.
Changes
New SDK APIs Documented
Native Ad APIs
CloudX.createNativeAdSmall(String): CloudXAdView- 320x100 native ad for list itemsCloudX.createNativeAdMedium(String): CloudXAdView- 300x250 native ad for feed contentUser Targeting APIs
CloudX.setHashedUserId(String)- Set hashed user identifierCloudX.setUserKeyValue(String, String)- Custom user attributesCloudX.setAppKeyValue(String, String)- Custom app attributesCloudX.clearAllKeyValues()- Clear all targeting dataLogging Configuration APIs
CloudX.setLoggingEnabled(Boolean)- Enable/disable SDK loggingCloudX.setMinLogLevel(CloudXLogLevel)- Set minimum log levelBanner Auto-Refresh APIs
CloudXAdView.startAutoRefresh()- Start automatic banner refreshCloudXAdView.stopAutoRefresh()- Stop automatic banner refreshRevenue Tracking API
CloudXFullscreenAd.revenueListener: CloudXAdRevenueListener- Track ad revenueSDK Lifecycle API
CloudX.deinitialize()- Clean SDK shutdownDocumentation Enhancements
android-integrator.md (+303 lines):
android-auditor.md (+47 lines):
android-privacy-checker.md (+47 lines):
android-build-verifier.md (+2 lines):
Validation Passed
All agent files validated successfully:
Test Plan
SDK Commit Reference
CloudX Android SDK v0.8.0: https://github.com/cloudx-io/cloudexchange.android.sdk/commit/c995809
🤖 Generated with Claude Code