<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GroupActivities",
  "identifier" : "/documentation/GroupActivities/GroupActivityActivationResult/activationPreferred",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Group Activities"
    ],
    "preciseIdentifier" : "s:15GroupActivities0A24ActivityActivationResultO19activationPreferredyA2CmF"
  },
  "title" : "GroupActivityActivationResult.activationPreferred"
}
-->

# GroupActivityActivationResult.activationPreferred

A result that indicates the user wants to share the activity
with the group.

```
case activationPreferred
```

## Discussion

When you receive this result in your completion handler, call
the [`activate()`](/documentation/GroupActivities/GroupActivity/activate()) method of your [`GroupActivity`](/documentation/GroupActivities/GroupActivity)
type to advertise the activity to other participants in the group.

---

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)