---
title: WASubscriberBrowser.Action
framework: wifiaware
role: symbol
role_heading: Structure
path: wifiaware/wasubscriberbrowser/action
---

# WASubscriberBrowser.Action

The structure that configures the Wi-Fi Aware subscriber operation the network browser performs.

## Declaration

```swift
struct Action
```

## Overview

Overview The configuration includes the service and devices it operates on. The WASubscriberBrowser.Action is the first component of the .wifiAware() instruction to a NetworkBrowser. The code below is an example of creating a NetworkBrowser: NetworkBrowser(for: .wifiAware( .connecting(to:.selected(devices),  from:service) ) )

## Topics

### Creating a browser

- [connecting(to:from:)](wifiaware/wasubscriberbrowser/action/connecting(to:from:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Subscriber

- [WASubscriberBrowser](wifiaware/wasubscriberbrowser.md)
- [WASubscriberBrowser.Devices](wifiaware/wasubscriberbrowser/devices.md)
