[~pwright] Usage is similar to all 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 , it will be: {code} let app = require("@aerogear/app") app.getConfigurationById("userSpecifiedId"); // or let core = require("@aerogear/core") core.INSTANCE.getConfigurationById("userSpecifiedId"); {code}
Xamarin {code} MobileCore.Instance.GetServiceConfigurationById() {code}
> 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. |
|