registerGroupActivity(preparationHandler:)
Registers a group activity instance asynchronously with the specified options.
Declaration
@nonobjc func registerGroupActivity<ActivityType>(preparationHandler: @escaping () async throws -> ActivityType) where ActivityType : GroupActivityParameters
- preparationHandler:
The handler the service invokes when it registers the
GroupActivity.