freshplanet / ANE-Network-Info

Air Native Extension (iOS and Android) for getting Network Information
Apache License 2.0
94 stars 33 forks source link

FYI: Usage example is wrong for latest revision #18

Open ouija opened 6 years ago

ouija commented 6 years ago

Latest commit 5e94e07 on Oct 13 requires a slightly different call than given in the Usage example; Should now be called with AirNetworkInfo.instance.isConnected for latest release (instead of AirNetworkInfo.networkInfo.isConnected() with previous versions)