OnOnline / OnOffline

Hi, is there an event in Unity that is triggered right when the device goes online / offline ? Like OnOnline and OnOffline ?

Not that I know of. You will probably have to rely on per-platform plugins or ping/poll a server in a coroutine every X seconds to check connectivity. There is a nice example on this forum post.
I hope that helps =D