NEMeetingKit V4.8.0
载入中...
搜索中...
未找到
构造函数 | 所有成员列表
NEMeetingInterpretationSettings类 参考

#include <NEMeetingInterpretation.h>

类 NEMeetingInterpretationSettings 继承关系图:

构造函数

(instancetype) - init
 
(instancetype) - initWithInterpreters:
 
(BOOL) - addInterpreter:firstLanguage:secondLanguage:
 
(BOOL) - addInterpreters:
 
(BOOL) - removeInterpreter:
 
(NSArray< NEMeetingInterpreter * > *) - getInterpreterList
 
(void) - clearInterpreterList
 
(BOOL) - isEmpty
 

函数文档

◆ addInterpreter:firstLanguage:secondLanguage:

- (BOOL) addInterpreter: (NSString *) userId
firstLanguage: (NSString *) firstLang
secondLanguage: (NSString *) secondLang 

添加译员。如果已经译员已经存在,则会覆盖。

◆ addInterpreters:

- (BOOL) addInterpreters: (NSArray< NEMeetingInterpreter * > *) interpreters

添加多个译员。如果已经译员已经存在,则会覆盖。

◆ clearInterpreterList

- (void) clearInterpreterList

清空译员列表

◆ getInterpreterList

- (NSArray< NEMeetingInterpreter * > *) getInterpreterList

获取译员列表

◆ init

- (instancetype) init

◆ initWithInterpreters:

- (instancetype) initWithInterpreters: (NSArray< NEMeetingInterpreter * > *) interpreters

◆ isEmpty

- (BOOL) isEmpty

译员列表是否为空

◆ removeInterpreter:

- (BOOL) removeInterpreter: (NSString *) userId

移除译员


该类的文档由以下文件生成: