h4. Motivation
Investigate how other SDK can provide metrics. This will help us to have IDM metrics in the future.
New metrics module is already available in Android SDK (not part of the core, but stand alone module - just like auth, sync, push etc...)
h4. Target
Investigate possible ways for other SDK's to push/pull metrics, reuse metrics SDK. See comments for ideas.
We should investigate possible options: - Using direct interfaces in the SDK's (Collectable) - Pulling metrics from other SDK's (direct data dependency) - Interoperation with core (Observables) |
|