NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatSendSystemNotificationResult.h
浏览该文件的文档.
1//
2// NIMQChatSendSystemNotificationResult.h
3// NIMSDK
4//
5// Created by Netease.
6// Copyright © 2022 Netease. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
12
13NS_ASSUME_NONNULL_BEGIN
14
15/**
16 * 发送自定义系统通知的回调类型
17 */
19/**
20 * 系统通知
21 */
22@property (nullable, nonatomic, copy) NIMQChatSystemNotification *systemNotification;
23@end
24
25
26NS_ASSUME_NONNULL_END
Definition: NIMQChatSendSystemNotificationResult.h:19
NIMQChatSystemNotification * systemNotification
Definition: NIMQChatSendSystemNotificationResult.h:22
Definition: NIMQChatSystemNotification.h:27