Contents

registerGroupActivity(_:)

Registers a group activity instance with the specificed options.

Declaration

@nonobjc func registerGroupActivity<ActivityType>(_ activity: ActivityType) where ActivityType : GroupActivity

Parameters

  • activity:

    The GroupActivity to register.

See Also

Registering group activities