1

How can I detect network change event in Oracle MAF for that if I want to set/reset a variable value as network state changes?

Note: I know that how can we detect network change event using Cordova with settimeout() and I don't want to use settimeout().

JAL
  • 41,701
  • 23
  • 172
  • 300
Himanshu
  • 825
  • 2
  • 10
  • 24

1 Answers1

0

Simply for displaying the information it should be enough to bind a UI component to the device data control. For actively doing something you would need to do it manually using the DeviceManagerFactory --> DeviceManager and then use a thread to poll the information

Frank