Share via


NSDataEventArgs(NSData) Constructor

Definition

Create a new instance of the NSDataEventArgs with the specified event data.

public NSDataEventArgs(Foundation.NSData deviceToken);
new AppKit.NSDataEventArgs : Foundation.NSData -> AppKit.NSDataEventArgs

Parameters

deviceToken
NSData

The value for the DeviceToken property.

Applies to