AMSEventResult

Note: Translation in progress.

事件结果类。

声明

copy
@interface AMSEventResult : NSObject

@property (nonatomic, strong, nullable) NSString *message;
@property (nonatomic, strong, nullable) NSDictionary<NSString *, id> *result;

@end

参数

名称

类型

描述

message

String?

事件消息。

result

[AnyHashable: Any]?

事件附带的数据字典。