Agora RTC Objective-C API Reference  Refactor
AgoraFaceInfoDelegate.h
Go to the documentation of this file.
1 //
2 // AgoraRtcEngineKit.h
3 // AgoraRtcEngineKit
4 //
5 // Copyright (c) 2018 Agora. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 #import "AgoraEnumerates.h"
10 
14 @protocol AgoraFaceInfoDelegate <NSObject>
15 @optional
16 
24 - (BOOL)onFaceInfo:(NSString* _Nonnull)outFaceInfo NS_SWIFT_NAME(onFaceInfo(_:));
25 
26 @end
AgoraFaceInfoDelegate-p
Definition: AgoraFaceInfoDelegate.h:14
AgoraEnumerates.h