---
title: newShareableNetworkAvailable
framework: wifiinfrastructure
role: symbol
role_heading: Instance Property
path: wifiinfrastructure/winetworksharingprovider/networkevent/newshareablenetworkavailable
---

# newShareableNetworkAvailable

A Boolean value that indicates whether the system detected available networks your app extension may request from people.

## Declaration

```swift
let newShareableNetworkAvailable: Bool
```

## Discussion

Discussion Your app extension can use presentAskToShareUI(scanProvider:) to request that people share the network with your accessory when your accessory needs it. This flag clears when people share the available networks to your accessory or when the networks are no longer available. important: When people choose to automatically share networks to your accessory, the system automatically provides the network in the networks property without setting this flag, because your app extension doesn’t need to take action.

## See Also

### Getting event signals

- [appRequestedSharing](wifiinfrastructure/winetworksharingprovider/networkevent/apprequestedsharing.md)
