blob: 78561b972e0b6d362c6d113574eb2a4b3a1c7158 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.net;
[Discoverable]
interface Connectivity {
-> OnNetworkReachable(bool reachable);
};