UICloudSharingControllerDelegate_Extensions Class

Definition

Extension methods to the IUICloudSharingControllerDelegate interface to support all the methods from the UICloudSharingControllerDelegate protocol.

public static class UICloudSharingControllerDelegate_Extensions
type UICloudSharingControllerDelegate_Extensions = class
Inheritance
UICloudSharingControllerDelegate_Extensions

Remarks

The extension methods for IUICloudSharingControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UICloudSharingControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

DidSaveShare(IUICloudSharingControllerDelegate, UICloudSharingController)
DidStopSharing(IUICloudSharingControllerDelegate, UICloudSharingController)
GetItemThumbnailData(IUICloudSharingControllerDelegate, UICloudSharingController)
GetItemType(IUICloudSharingControllerDelegate, UICloudSharingController)

Applies to