Contents

newShareableNetworkAvailable

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

Declaration

let newShareableNetworkAvailable: Bool

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.

See Also

Getting event signals