Contents

GroupActivityActivationResult

The result of preparing to start a custom activity.

Declaration

enum GroupActivityActivationResult

Overview

When you call prepareForActivation(), the system determines whether you share the activity with other participants in a FaceTime call, or perform it locally. After making the determination, it passes a GroupActivityActivationResult value to the method’s completion handler. Use that value to start the activity in the selected setting.

Topics

Getting the activation results

See Also

Activity definition