Skip to content

Instantly share code, notes, and snippets.

@iranjith4
Last active June 27, 2016 11:09
Show Gist options
  • Save iranjith4/92512ad0eca51ab1c113c164836e45bc to your computer and use it in GitHub Desktop.
Save iranjith4/92512ad0eca51ab1c113c164836e45bc to your computer and use it in GitHub Desktop.
if isRechable() == true then
-- Network is Available Here. Do Something
else
-- Network is Not Available Here.
native.showAlert( "No Internet","It seems internet is not Available. Please connect to internet.", { "OK" } )
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment