9#import <Foundation/Foundation.h>
10#import "NIMQChatAPIDefs.h"
17NS_ASSUME_NONNULL_BEGIN
26 NSArray<NIMQChatUserPushNotificationConfig *> *__nullable config);
31@protocol NIMQChatApnsManagerDelegate <NSObject>
40@protocol NIMQChatApnsManager <NSObject>
73 server:(
unsigned long long)serverId
105- (void)getUserPushNotificationConfigByServer:(NSArray<NSNumber *> *)serverIds
131- (void)addDelegate:(
id<NIMQChatApnsManagerDelegate>)delegate;
139- (void)removeDelegate:(
id<NIMQChatApnsManagerDelegate>)delegate;
NSUInteger(^ NIMBadgeHandler)(void)
Definition: NIMApnsManagerProtocol.h:28
void(^ NIMApnsHandler)(NSError *__nullable error)
Definition: NIMApnsManagerProtocol.h:21
NIMPushNotificationProfile
Definition: NIMPushNotificationSetting.h:31
NS_ASSUME_NONNULL_BEGIN typedef void(^ NIMQChatGetUserPushNotificationConfigHandler)(NSError *__nullable error, NSArray< NIMQChatUserPushNotificationConfig * > *__nullable config)
void(^ NIMQChatHandler)(NSError *__nullable error)
Definition: NIMQChatDefs.h:280
Definition: NIMPushNotificationSetting.h:66
Definition: NIMQChatChannelCategoryIdInfo.h:16
Definition: NIMQChatChannelIdInfo.h:15
Definition: NIMQChatUserPushNotificationConfig.h:35