NSUserActivityDelegate_Extensions Class

Definition

Extension methods to the INSUserActivityDelegate interface to support all the methods from the NSUserActivityDelegate protocol.

public static class NSUserActivityDelegate_Extensions
type NSUserActivityDelegate_Extensions = class
Inheritance
NSUserActivityDelegate_Extensions

Remarks

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

Methods

UserActivityReceivedData(INSUserActivityDelegate, NSUserActivity, NSInputStream, NSOutputStream)
UserActivityWasContinued(INSUserActivityDelegate, NSUserActivity)
UserActivityWillSave(INSUserActivityDelegate, NSUserActivity)

Applies to