;
Android SDK MT Android SDK v5.5.0
Update Date
Update Content
The MA SDK can now be integrated and initialized independently of AppPush, with the MA AppKey explicitly provided through MTMAConfig.
Added MTMAInitResultCallback, MTMAInitResult, getMaRid(), and setChannelValue(...).
Android now supports switching the MA AppKey at runtime within the same main process.
Added email and phone to user identities.
propertySet now supports JSONObject and JSONArray values whose elements are all JSONObject instances.
Added APIs for updating, adding, and removing object_array elements.
Added the SDK version field and configDebugMode(...).
Deprecated start(CallBack) and start(UserIdentity, CallBack).
Update Guide
MT Android SDK v5.2.3
Update Date
Update Content
Optimization of MA event reporting function logic
Update Guide
MT Android SDK v5.0.0
Update Time
Update Content
The MA function is newly launched, supporting the reporting of user behavior data required for marketing automation on the SDK side. The following API functions are supported:
Set user identification
Set user contact information
Get EUID
Set UTM properties
Set and delete user properties
Report events
Set the report interval for uploaded data
Set the upper limit for event cache entries
Set the session timeout
Data collection control
Fix AppPush bugs
Update Guide