birnesoft Active Member Licensed User Longtime User Sep 27, 2018 #1 I create messages offline and want to send it when internet is reachable. Is there an event or do I have to check it with a timer every minute?
I create messages offline and want to send it when internet is reachable. Is there an event or do I have to check it with a timer every minute?
lemonisdead Well-Known Member Licensed User Longtime User Sep 27, 2018 #2 PhoneEvents : _ConnectivityChanged (NetworkType As String, State As String, Intent As Intent) then test the connection ? Upvote 0
PhoneEvents : _ConnectivityChanged (NetworkType As String, State As String, Intent As Intent) then test the connection ?