Agora RTC Objective-C API Reference  Refactor
<AgoraMetaEventDelegate> Protocol Reference

Inherits <NSObjectNSObject>.

Method Documentation

◆ onCreateSceneResult:errorCode:

- (void) onCreateSceneResult: (AgoraMetaScene *_Nullable)  scene
errorCode: (NSInteger)  errorCode 

◆ onConnectionStateChanged:state:reason:

- (void) onConnectionStateChanged: (NSString *_Nullable)  roomName
state: (AgoraMetaConnectionStateType state
reason: (AgoraMetaConnectionChangedReasonType reason 

◆ onTokenWillExpire

- (void) onTokenWillExpire

◆ onGetSceneAssetsInfoResult:errorCode:

- (void) onGetSceneAssetsInfoResult: (NSMutableArray *_Nonnull)  sceneInfos
errorCode: (NSInteger)  errorCode 

◆ onDownloadSceneAssetsProgress:progress:state:

- (void) onDownloadSceneAssetsProgress: (NSInteger)  sceneId
progress: (NSInteger)  progress
state: (AgoraMetaDownloadStateType state