<!--
{
  "availability" : [
    "macOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/GroupActivitySharingController-4gtfk/result",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Group Activities",
      "AppKit"
    ],
    "preciseIdentifier" : "s:23_GroupActivities_AppKit0A25ActivitySharingControllerC6resultAA0aeF6ResultOvp"
  },
  "title" : "result"
}
-->

# result

The result of a request to share a group activity.

```
@MainActor var result: GroupActivitySharingResult { get async }
```

## Discussion

Use this property to perform actions related to the starting of
the activity. You don’t need to start the activity itself, since
the view controller automatically joins your app to the activity
when the result is `GroupActivitySharingResult/success`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)