AgoraChatSDK
1.3.1
AgoraChat.framework
Headers
AgoraChatPresenceManagerDelegate.h
1
//
2
// AgoraChatPresenceManagerDelegate.h
3
// AgoraChat
4
//
5
// Created by lixiaoming on 2022/1/14.
6
// Copyright © 2022 easemob.com. All rights reserved.
7
//
8
9
#import <Foundation/Foundation.h>
10
#import "AgoraChatPresence.h"
11
16
@protocol
AgoraChatPresenceManagerDelegate
<NSObject>
17
@optional
18
25
- (void) presenceStatusDidChanged:(NSArray<
AgoraChatPresence
*>* _Nonnull)presences;
26
27
@end
AgoraChatPresence
Definition:
AgoraChatPresence.h:33
AgoraChatPresenceManagerDelegate-p
Definition:
AgoraChatPresenceManagerDelegate.h:16
Generated by
1.9.4