Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
class
@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.