-
Interfaces Interface Description com.mparticle.identity.UserAliasHandler
-
Methods Method Description com.mparticle.consent.ConsentState.Builder.removeCCPAConsent() com.mparticle.consent.ConsentState.Builder.setCCPAConsent(CCPAConsent) com.mparticle.identity.IdentityApiRequest.Builder.userAliasHandler(UserAliasHandler) com.mparticle.MParticle.isAndroidIdDisabled() This method has been replaced as the behavior has been inverted - Android ID collection is now disabled by default.Use
androidIdEnabled(boolean)
instead. Query the status of Android ID collection. By default, the SDK will NOT collect Android Id for the purpose of anonymous analytics. If you're not using an mParticle integration that consumes Android ID and you would like to collect it, use this API to enable collectioncom.mparticle.MParticle.isProviderActive(int) com.mparticle.MParticleOptions.Builder.androidIdDisabled(boolean) This method has been replaced as the behavior has been inverted - Android ID collection is now disabled by default.Use
MParticleOptions.Builder.androidIdEnabled(boolean)
instead. By default, the SDK will NOT collect Android Id for the purpose of anonymous analytics. If you're not using an mParticle integration that consumes Android ID and you would like to collect it, use this API to enable collection.com.mparticle.MParticleOptions.isAndroidIdDisabled() This method has been replaced as the behavior has been inverted - Android ID collection is now disabled by default.Use
isAndroidIdEnabled(boolean)
instead. Query whether Android Id collection is enabled or disabled.com.mparticle.MPEvent.Builder.info(Map<String, String>) userMPEvent.Builder.customAttributes
instead Data attributes to associate with the event.com.mparticle.MPEvent.getInfo() useBaseEvent.getCustomAttributes()
insteadcom.mparticle.MPEvent.setInfo(Map<String, String>) useMPEvent.setCustomAttributes(Map)
instead