Closed ArthurKun21 closed 5 years ago
Hi,
as for the other Feature, you have to get the feature reference using the method:
node.getFeature(FeatureYouWant.class)
then you can enable/disable the feature with the method:
featureReference.enableNotification()
featureReference.disableNotification()
Best Regards Giovanni
thanks
Hi
Can i ask where can i find the enabling and disabling the feature selected in the program? like here sending the feature for FeaturePredictiveSpeedStatus enabling it to true or false
Thanks