|
NIMSDK-iOS
|
#import <Foundation/Foundation.h>#import "NIMQChatAPIDefs.h"#import "NIMApnsManagerProtocol.h"#import "NIMPushNotificationSetting.h"类 | |
| protocol | <NIMQChatApnsManagerDelegate> |
| protocol | <NIMQChatApnsManager> |
变量 | |
| NS_ASSUME_NONNULL_BEGIN typedef void(^ | NIMQChatGetUserPushNotificationConfigHandler )(NSError *__nullable error, NSArray< NIMQChatUserPushNotificationConfig * > *__nullable config) |
| NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetUserPushNotificationConfigHandler) (NSError *__nullable error, NSArray< NIMQChatUserPushNotificationConfig * > *__nullable config) | ( | NSError *__nullable | error, |
| NSArray< NIMQChatUserPushNotificationConfig * > *__nullable | config | ||
| ) |
圈组获取用户推送配置回调
| error | 错误信息 |
| config | 配置信息 |