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()
.