AMSEventResult
事件结果类。
声明
Objective-C
Swift
copy
@interface AMSEventResult : NSObject
@property (nonatomic, strong, nullable) NSString *message;
@property (nonatomic, strong, nullable) NSDictionary<NSString *, id> *result;
@end参数
名称 | 类型 | 描述 |
message | String? | 事件消息。 |
result | [AnyHashable: Any]? | 事件附带的数据字典。 |