---
title: GroupSession.Event
framework: groupactivities
role: symbol
role_heading: Structure
path: groupactivities/groupsession/event
---

# GroupSession.Event

A session-related event to display in the system UI.

## Declaration

```swift
struct Event
```

## Overview

Overview Use this structure to specify the contents of custom activity-related events. The AV Foundation framework posts media-related events to the system on your app’s behalf; create an instance of this structure if your app posts additional events that don’t route through AV Foundation. After creating an instance of this structure, post it to the system using the showNotice(_:) method of GroupSession.

## Topics

### Getting the event details

- [originator](groupactivities/groupsession/event/originator.md)

### Initializers

- [init(originator:localizedDescription:)](groupactivities/groupsession/event/init(originator:localizeddescription:).md)

### Instance Properties

- [localizedDescription](groupactivities/groupsession/event/localizeddescription.md)
