Edit

Share via


class MCDAppServiceRequestReceivedEventArgs

@interface MCDAppServiceRequestReceivedEventArgs : NSObject

Contains data associated with a "request received" event.

Properties

request

@property(nonatomic, readonly, nonnull) MCDAppServiceRequest* request;

The request sent by the remote device.