NIMSDK-iOS
载入中...
搜索中...
未找到
NIMQChatApnsManagerProtocol.h 文件参考
#import <Foundation/Foundation.h>
#import "NIMQChatDefs.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)
 

变量说明

◆ NIMQChatGetUserPushNotificationConfigHandler

NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetUserPushNotificationConfigHandler) (NSError *__nullable error, NSArray< NIMQChatUserPushNotificationConfig * > *__nullable config) ( NSError *__nullable  error,
NSArray< NIMQChatUserPushNotificationConfig * > *__nullable  config 
)

圈组获取用户推送配置回调

参数
error错误信息
config配置信息