[~pwright] Usage is similar to all simple, but it involves calling different method on each SDK 's :
Android: {code} MobileCore.getInstance().getServiceById("userSpecifiedId"); {code}
IOS: {code} AgsCore.instance.getConfigurationById("userSpecifiedId"); {code}
JS: I will need to confirm that with Wei but , but it will be one of those : {code} let app = require("@aerogear/app") app. getConfigurationById getConfigById ("userSpecifiedId"); // or let core = require("@aerogear/core") .INSTANCE core. INSTANCE.getConfigurationById getConfigById ("userSpecifiedId"); {code}
Xamarin {code} MobileCore.Instance.GetServiceConfigurationById() {code}
It will be nice and easy now to unify that method name before release.
> can you confirm that this is valid for monitoring custom connector service:
Do not feel competent enough to answer that question correctly, but... I haven't heard about any requirements to support custom runtime connector metrics. We were asked to hide metrics from end users in SDK's so linked document may be just for internal needs and it should not be visible to users. [~davidmartin] or [~peter.braun] may confirm. |
|