onDataSharingPolicySharedCollectionDisconnected( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Notes:

Triggered when a connection is disconnected, which means a collection is removed from the site it was previously shared with.

Permissions
Manage Data Collection Sharing
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: DataSharingPolicySharedCollectionDisconnectedEnvelope): void | Promise<void>

Did this help?