MCDAppServiceResponse

@interface MCDAppServiceResponse : NSObject

一个类,表示从连接的远程应用服务收到的响应。

属性

message

@property(nonatomic, readonly, nonnull) NSDictionary* message;

从远程应用服务收到的消息。

状态

@property(nonatomic, readonly) MCDAppServiceResponseStatus status;

收到的响应的状态。