Platforms to show: All Mac Windows Linux Cross-Platform

Back to SharingPanelMBS class.

SharingPanelMBS.Completed(activityType as String, completed as Boolean, activityError as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Sharing Panel MBS MacFrameworks Plugin 21.4 ❌ No ❌ No ❌ No ✅ Yes
The event called after the activity view controller is dismissed.

Upon the completion of an activity, or the dismissal of the activity view controller, the view controller’s completion block is executed. You can use this block to execute any final code related to the service. The parameters of this block are as follows:

activityType: The type of the service that was selected by the user. For custom services, this is the value returned by the activityType method of a UIActivity object. For system-defined activities, it is one of the strings listed in "Built-in Activity Types” in UIActivity.
completed: True if the service was performed or false if it was not. This parameter is also set to false when the user dismisses the view controller without selecting a service.
activityError: An error object if the activity failed to complete, or nil if the the activity completed normally.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...