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.
Declaration
@class SPXConnectionMessageEventArgs : NSObject;
Description
Defines the payload for Connection's message events.
Properties
message
@property (readonly, copy, atomic) SPXConnectionMessage * _Nonnull message;
The SPXConnectionMessage instance associated with SPXConnectionMessageEventArgs.