Contents

activityItemsConfiguration

The custom object from an app built with Mac Catalyst that provides the items to share.

Declaration

var activityItemsConfiguration: (any UIActivityItemsConfigurationReading)? { get set }

Discussion

Use this object to provide the set of items to share from your macOS window.

If this property is nil, the item uses the activity items configuration the window scene provides. For more information, see activityItemsConfigurationSource.

See Also

Getting the Toolbar Items