result
The result of a request to share a group activity.
Declaration
@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.