shareOptionsWithOptionsGroups:summary:
Creates and initializes a collaboration share options object the array of groups and a summary string.
Declaration
+ (SWCollaborationShareOptions *) shareOptionsWithOptionsGroups:(NSArray<SWCollaborationOptionsGroup *> *) optionsGroups summary:(NSString *) summary;Parameters
- optionsGroups:
An array of Swcollaborationoptionsgroup objects to customize how the system shares the collaboration.
- summary:
A localized string to summarize the collaboration options.
Return Value
A SWCollaborationShareOptions object.