Contents

requestModes

The set of request modes the receiver’s receive port is registered for with its NSRunLoop object.

Declaration

@property (copy, readonly) NSArray<NSString *> * requestModes;

Discussion

An array of NSString objects that represents the set of request modes the receiver’s receive port is registered for with its RunLoop object.

See Also

Related Documentation

Configuring Instances